diff options
author | 2023-09-05 10:53:06 +0100 | |
---|---|---|
committer | 2023-09-05 10:53:06 +0100 | |
commit | a895a1150041c39b6f4d4afed1e74197504755dc (patch) | |
tree | 40c99561742ce8b228afd93384c0e6a9fc320f41 /pyproject.toml | |
parent | Bump pymdown-extensions from 10.2.1 to 10.3 (#1089) (diff) |
Bump django-environ from 0.11.1 to 0.11.2 (#1088)
Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.11.1 to 0.11.2.
- [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.11.1...v0.11.2)
---
updated-dependencies:
- dependency-name: django-environ
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 eab23140..379135f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "3.11.*" django = "4.2.5" django-distill = "3.1.3" -django-environ = "0.11.1" +django-environ = "0.11.2" django-filter = "23.2" django-prometheus = "2.3.1" django-simple-bulma = "2.5.0" |