Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stitch committed Feb 7, 2023
1 parent 750d462 commit a935f70
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
15 changes: 12 additions & 3 deletions requirements-deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ celery-statsd==1.0.0
# via
# -c requirements.txt
# websecmap
certifi==2020.12.5
certifi==2022.12.7
# via
# -c requirements.txt
# requests
Expand Down Expand Up @@ -295,7 +295,7 @@ orjson==3.7.12
# via
# -c requirements.txt
# websecmap
pillow==9.0.1
pillow==9.4.0
# via
# -c requirements.txt
# -c security-constraints.in
Expand All @@ -309,7 +309,7 @@ psycopg2-binary==2.8.6
# via
# -c requirements.txt
# websecmap
py==1.10.0
py==1.11.0
# via
# -c requirements.txt
# retry
Expand Down Expand Up @@ -354,6 +354,10 @@ pyopenssl==20.0.1
# via
# -c requirements.txt
# websecmap
pytest-is-running==1.3.0
# via
# -c requirements.txt
# websecmap
python-crontab==2.5.1
# via
# -c requirements.txt
Expand Down Expand Up @@ -400,12 +404,17 @@ requests==2.25.1
# googlemaps
# python-resize-image
# requests-file
# requests-toolbelt
# tldextract
# websecmap
requests-file==1.5.1
# via
# -c requirements.txt
# tldextract
requests-toolbelt==0.10.1
# via
# -c requirements.txt
# websecmap
retry==0.9.2
# via
# -c requirements.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile requirements-dev.in
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
#
alabaster==0.7.12
# via sphinx
Expand Down Expand Up @@ -34,7 +34,7 @@ bcrypt==3.2.0
# via paramiko
cached-property==1.5.2
# via docker-compose
certifi==2020.12.5
certifi==2022.12.7
# via
# -c requirements.txt
# requests
Expand Down Expand Up @@ -176,7 +176,7 @@ phonenumberslite==8.12.40
# via
# -c requirements.txt
# -r requirements-dev.in
pillow==9.0.1
pillow==9.4.0
# via
# -c requirements.txt
# -c security-constraints.in
Expand All @@ -186,7 +186,7 @@ pluggy==0.13.0
# via pytest
proglog==0.1.9
# via moviepy
py==1.10.0
py==1.11.0
# via
# -c requirements.txt
# pytest
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile --output-file=requirements.txt requirements.in
# pip-compile requirements.in
#
amqp==2.6.1
# via kombu
Expand All @@ -25,7 +25,7 @@ celery[gevent,redis]==4.4.7
# websecmap
celery-statsd==1.0.0
# via websecmap
certifi==2020.12.5
certifi==2022.12.7
# via
# requests
# sentry-sdk
Expand Down Expand Up @@ -218,7 +218,7 @@ orjson==3.7.12
# via websecmap
phonenumberslite==8.12.40
# via django-phonenumber-field
pillow==9.0.1
pillow==9.4.0
# via
# -c security-constraints.in
# python-resize-image
Expand All @@ -229,7 +229,7 @@ prometheus-client==0.8.0
# via flower
psycopg2-binary==2.8.6
# via websecmap
py==1.10.0
py==1.11.0
# via retry
pycparser==2.20
# via cffi
Expand Down

0 comments on commit a935f70

Please sign in to comment.