Skip to content

Commit

Permalink
Merge pull request #895 from maykinmedia/fix/1894-upgrade-various
Browse files Browse the repository at this point in the history
[#1894] Updated some support libraries
  • Loading branch information
alextreme authored Dec 12, 2023
2 parents 91852a3 + d929617 commit 0be35b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ qrcode==6.1
# via maykin-django-two-factor-auth
redis==3.5.3
# via django-redis
reportlab==3.6.12
reportlab==3.6.13
# via
# easy-thumbnails
# svglib
Expand All @@ -464,7 +464,7 @@ requests==2.31.0
# zgw-consumers
requests-mock==1.9.3
# via zgw-consumers
sentry-sdk==1.4.3
sentry-sdk==1.38.0
# via -r requirements/base.in
simplejson==3.18.0
# via mail-parser
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ redis==3.5.3
# -c requirements/base.txt
# -r requirements/base.txt
# django-redis
reportlab==3.6.12
reportlab==3.6.13
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand All @@ -828,7 +828,7 @@ requests-mock==1.9.3
# -r requirements/base.txt
# -r requirements/test-tools.in
# zgw-consumers
sentry-sdk==1.4.3
sentry-sdk==1.38.0
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ redis==3.5.3
# -c requirements/ci.txt
# -r requirements/ci.txt
# django-redis
reportlab==3.6.12
reportlab==3.6.13
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand All @@ -921,7 +921,7 @@ requests-mock==1.9.3
# -r requirements/ci.txt
# ddt-api-calls
# zgw-consumers
sentry-sdk==1.4.3
sentry-sdk==1.38.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -1086,7 +1086,7 @@ webtest==3.0.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# django-webtest
wheel==0.37.0
wheel==0.42.0
# via pip-tools
wrapt==1.12.1
# via
Expand Down

0 comments on commit 0be35b0

Please sign in to comment.