Skip to content

Commit

Permalink
Refresh pip-compile outputs backendDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 4, 2022
1 parent e269c1a commit 0fbe672
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
38 changes: 19 additions & 19 deletions requirements-common.in
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
django==4.0.3
gunicorn==20.1.0
googlemaps==4.6.0
boto3==1.20.34
botocore==1.23.46
boto3==1.21.32
botocore==1.24.32
requests==2.27.1
react==4.3.0
celery==5.2.3
single-beat==0.4.2 # Cant upgrade to 4, because of django-redis-cache
redis==3.5.2 # Cant upgrade to 4, because of django-redis-cache
google-cloud-vision==2.1.0
celery==5.2.5
single-beat==0.5.1 # Cant upgrade to 4, because of django-redis-cache
redis==4.2.2 # Cant upgrade to 4, because of django-redis-cache
google-cloud-vision==2.7.2
dj-database-url==0.5.0
whitenoise==6.0.0
django-redis-cache==3.0.1
django-ckeditor==6.2.0
django-phonenumber-field==6.0.0
phonenumberslite==8.12.44
django-phonenumber-field==6.1.0
phonenumberslite==8.12.46
quickpay-api-client==2.0.1
python-magic==0.4.19
sentry-sdk==1.5.7
python-magic==0.4.25
sentry-sdk==1.5.8
django-safedelete==1.1.2
user_agents==2.2.0 # For user activity stream
pydantic==1.9.0
newrelic==7.6.0.173
newrelic==7.8.0.174
logdna==1.18.1
PyVimeo==1.1.0
imgix==3.2.1
django-cors-headers==3.11.0
pdfrw==0.4
reportlab==3.6.8
reportlab==3.6.9
requests-pkcs12==1.13
msal==1.16.0
WeasyPrint==52.2 # Do not upgrade, they changed a lot in newer versions, it will break some pdfs.
msal==1.17.0
WeasyPrint==54.3 # Do not upgrade, they changed a lot in newer versions, it will break some pdfs.
django-model-utils==4.2.0

django-money==1.3.1 # Upgrading this requires migration..
django-money==2.1.1 # Upgrading this requires migration..
django-anymail[mandrill]==8.5
geoip2==4.1.0
geoip2==4.5.0
firebase-admin==5.2.0
salesforce-api==0.1.40
salesforce-api==0.1.45
mailchimp-marketing==3.0.74
git+https://github.com/s-block/django-nested-inline.git@617f5aa8ce940688f702e0b32a30816473c54ab4
dnspython==2.1.0 # mx validation of email addresses
twilio==7.7.1
dnspython==2.2.1 # mx validation of email addresses
twilio==7.8.0
icalendar==4.0.9
markdown==3.3.6
types-Markdown==3.3.12
8 changes: 4 additions & 4 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ nplusone
mockredispy
requests_mock
django-debug-toolbar
freezegun==1.1.0
freezegun==1.2.1
tblib
vcrpy==4.1.1
pip-tools
mypy==0.931
django-stubs==1.9.0
mypy==0.942
django-stubs==1.10.1
types-python-dateutil
types-requests
ipython
Expand All @@ -22,4 +22,4 @@ types-freezegun
types-protobuf
unittest-xml-reporting
faker
boto3-stubs==1.20.34
boto3-stubs==1.21.32

0 comments on commit 0fbe672

Please sign in to comment.