Skip to content

Commit

Permalink
General upgrade of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed Dec 17, 2024
1 parent 29f3679 commit 4cbec7d
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 146 deletions.
6 changes: 3 additions & 3 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ botocore
channels
channels-redis
cryptography>=41.0.7 # CVE-2023-49083
Cython<3 # due to https://github.com/yaml/pyyaml/pull/702
Cython
daphne
distro
django==4.2.16 # CVE-2024-24680
Expand All @@ -26,7 +26,7 @@ djangorestframework>=3.15.0
djangorestframework-yaml
filelock
GitPython>=3.1.37 # CVE-2023-41040
grpcio<1.63.0 # 1.63.0+ requires cython>=3
grpcio
irc
jinja2>=3.1.3 # CVE-2024-22195
JSON-log-formatter
Expand All @@ -50,7 +50,7 @@ pyparsing==2.4.6 # Upgrading to v3 of pyparsing introduce errors on smart host
python-daemon>3.0.0
python-dsv-sdk>=1.0.4
python-tss-sdk>=1.2.1
pyyaml>=6.0.1
pyyaml>=6.0.2 # require packing fix for cython 3 or higher
pyzstd # otel collector log file compression library
receptorctl
sqlparse>=0.4.4 # Required by django https://github.com/ansible/awx/security/dependabot/96
Expand Down
Loading

0 comments on commit 4cbec7d

Please sign in to comment.