Skip to content

Commit

Permalink
Patch vulnerable packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bsabhilash committed Oct 24, 2023
1 parent b21bfed commit fa9a5c5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ directory-constants==23.1.1
directory-sso-api-client==7.2.3
directory-healthcheck==3.1.2
directory-forms-api-client>=7.2.2
cryptography==41.0.3
cryptography==41.0.4
directory-components==39.1.3
urllib3==1.26.18
factory-boy==2.12.0
Expand Down
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ click-repl==0.2.0
# via celery
cron-descriptor==1.4.0
# via django-celery-beat
cryptography==41.0.3
cryptography==41.0.4
# via
# -r requirements.in
# pyhanko
Expand Down Expand Up @@ -323,9 +323,7 @@ tinycss2==1.2.1
typing-extensions==4.7.1
# via pypdf
tzdata==2022.7
# via
# django-celery-beat
# pytz-deprecation-shim
# via django-celery-beat
tzlocal==4.2
# via pyhanko
uritemplate==4.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pytest-sugar==0.9.2
requests_mock==1.6.0
freezegun==0.3.12
pytest-codecov
GitPython==3.1.35
GitPython==3.1.37

# Pinned because pre-commit features specific versions
black==23.1.0
Expand Down
10 changes: 4 additions & 6 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ coverage[toml]==6.3
# pytest-cov
cron-descriptor==1.4.0
# via django-celery-beat
cryptography==41.0.3
cryptography==41.0.4
# via
# -r requirements.in
# pyhanko
# pyhanko-certvalidator
cssselect2==0.5.0
# via svglib
dataclasses==0.6
dataclasses==0.06
# via -r requirements_test.in
defusedxml==0.7.1
# via odfpy
Expand Down Expand Up @@ -184,7 +184,7 @@ future==0.18.3
# via django-json-widget
gitdb==4.0.10
# via gitpython
gitpython==3.1.35
gitpython==3.1.37
# via -r requirements_test.in
html5lib==1.1
# via xhtml2pdf
Expand Down Expand Up @@ -416,9 +416,7 @@ typing-extensions==4.0.1
# black
# pypdf
tzdata==2022.1
# via
# django-celery-beat
# pytz-deprecation-shim
# via django-celery-beat
tzlocal==4.2
# via pyhanko
uritemplate==4.1.1
Expand Down

0 comments on commit fa9a5c5

Please sign in to comment.