diff options
author | 2023-08-31 07:36:43 +0000 | |
---|---|---|
committer | 2023-08-31 07:36:43 +0000 | |
commit | 611efe81b48d333d771d99886264b0a1c1d3e076 (patch) | |
tree | fdb0dca2df3627c0e7e3c715a4c1f0f52f173304 /pyproject.toml | |
parent | Pleasure the style dictator (diff) |
Bump django-environ from 0.10.0 to 0.11.1
Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.10.0 to 0.11.1.
- [Release notes](https://github.com/joke2k/django-environ/releases)
- [Changelog](https://github.com/joke2k/django-environ/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/joke2k/django-environ/compare/v0.10.0...v0.11.1)
---
updated-dependencies:
- dependency-name: django-environ
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 48a2f7e9..f7ca6680 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "3.11.*" django = "4.2.4" django-distill = "3.1.3" -django-environ = "0.10.0" +django-environ = "0.11.1" django-filter = "23.2" django-prometheus = "2.3.1" django-simple-bulma = "2.5.0" |