Skip to content

Commit

Permalink
Upgrade dependencies to shut up dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Sep 19, 2023
1 parent a287169 commit c5f433e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Works with argus-frontend 1.11 and newer.
- Raise validation error on posting incident with tags without tag key

### Changed
- Update Django patch versions and various dependencies
- Drop support for Python 3.7. Github's CI/CD was sufficiently different from
testing on local (different setuptools-version used maybe?) that we had
a "fun" goose chase finding and upgrading the sub-dependency that broke the
Expand Down
4 changes: 2 additions & 2 deletions requirements-django32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ charset-normalizer==3.2.0
# via requests
constantly==15.1.0
# via twisted
cryptography==41.0.2
cryptography==41.0.3
# via
# autobahn
# pyopenssl
Expand All @@ -61,7 +61,7 @@ defusedxml==0.7.1
# social-auth-core
dj-database-url==2.0.0
# via argus-server (pyproject.toml)
django==3.2.20
django==3.2.21
# via
# -r requirements/django32.txt
# argus-server (pyproject.toml)
Expand Down
4 changes: 2 additions & 2 deletions requirements-django41.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ charset-normalizer==3.2.0
# via requests
constantly==15.1.0
# via twisted
cryptography==41.0.2
cryptography==41.0.3
# via
# autobahn
# pyopenssl
Expand All @@ -61,7 +61,7 @@ defusedxml==0.7.1
# social-auth-core
dj-database-url==2.0.0
# via argus-server (pyproject.toml)
django==4.1.10
django==4.1.11
# via
# -r requirements/django41.txt
# argus-server (pyproject.toml)
Expand Down
4 changes: 2 additions & 2 deletions requirements-django42.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ charset-normalizer==3.2.0
# via requests
constantly==15.1.0
# via twisted
cryptography==41.0.2
cryptography==41.0.3
# via
# autobahn
# pyopenssl
Expand All @@ -61,7 +61,7 @@ defusedxml==0.7.1
# social-auth-core
dj-database-url==2.0.0
# via argus-server (pyproject.toml)
django==4.2.3
django==4.2.5
# via
# -r requirements/django42.txt
# argus-server (pyproject.toml)
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ charset-normalizer==3.2.0
# via requests
constantly==15.1.0
# via twisted
cryptography==41.0.2
cryptography==41.0.3
# via
# autobahn
# pyopenssl
Expand All @@ -61,7 +61,7 @@ defusedxml==0.7.1
# social-auth-core
dj-database-url==2.0.0
# via argus-server (pyproject.toml)
django==3.2.20
django==3.2.21
# via
# -r requirements/django32.txt
# argus-server (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion requirements/django32.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django>=3.2.18<3.3
django>=3.2.20,<3.3
2 changes: 1 addition & 1 deletion requirements/django41.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.1.8
django>=4.1.10,<4.2.0

0 comments on commit c5f433e

Please sign in to comment.