Skip to content

Commit

Permalink
Revert "Update python dependencies"
Browse files Browse the repository at this point in the history
This reverts commit 2481c65.
  • Loading branch information
miteshashar committed Jun 28, 2023
1 parent 554434e commit 333dff3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
22 changes: 11 additions & 11 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ blinker==1.6.2
# -r requirements/base.in
# baseframe
# coaster
boto3==1.26.162
boto3==1.26.156
# via -r requirements/base.in
botocore==1.29.162
botocore==1.29.156
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -113,7 +113,7 @@ dnspython==2.3.0
# baseframe
# mxsniff
# pyisemail
emoji==2.6.0
emoji==2.5.1
# via baseframe
filelock==3.12.2
# via tldextract
Expand Down Expand Up @@ -159,7 +159,7 @@ flask-redis==0.4.0
# via -r requirements/base.in
flask-rq2==18.3
# via -r requirements/base.in
flask-sqlalchemy==3.0.5
flask-sqlalchemy==3.0.4
# via
# -r requirements/base.in
# coaster
Expand Down Expand Up @@ -237,7 +237,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
joblib==1.3.0
joblib==1.2.0
# via nltk
linkify-it-py==2.0.2
# via -r requirements/base.in
Expand Down Expand Up @@ -301,7 +301,7 @@ packaging==23.1
# via marshmallow
passlib==1.7.4
# via -r requirements/base.in
phonenumbers==8.13.15
phonenumbers==8.13.14
# via -r requirements/base.in
premailer==3.10.0
# via -r requirements/base.in
Expand Down Expand Up @@ -374,7 +374,7 @@ pyyaml==6.0
# pymdown-extensions
qrcode==7.4.2
# via -r requirements/base.in
redis==4.6.0
redis==4.5.5
# via
# baseframe
# flask-redis
Expand Down Expand Up @@ -407,7 +407,7 @@ requests-oauthlib==1.3.1
# via tweepy
rich==13.4.2
# via -r requirements/base.in
rq==1.15.1
rq==1.15.0
# via
# -r requirements/base.in
# baseframe
Expand All @@ -426,7 +426,7 @@ semantic-version==2.10.0
# via
# baseframe
# coaster
sentry-sdk==1.26.0
sentry-sdk==1.25.1
# via baseframe
six==1.16.0
# via
Expand All @@ -446,7 +446,7 @@ sniffio==1.3.0
# anyio
# httpcore
# httpx
sqlalchemy==2.0.17
sqlalchemy==2.0.16
# via
# -r requirements/base.in
# alembic
Expand Down Expand Up @@ -477,7 +477,7 @@ tuspy==1.0.1
# via pyvimeo
tweepy==4.14.0
# via -r requirements/base.in
twilio==8.4.0
twilio==8.3.0
# via -r requirements/base.in
typing-extensions==4.6.3
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ flake8-logging-format==0.9.0
# via -r requirements/dev.in
flake8-mutable==1.2.0
# via -r requirements/dev.in
flake8-plugin-utils==1.3.3
flake8-plugin-utils==1.3.2
# via flake8-pytest-style
flake8-print==5.0.0
# via -r requirements/dev.in
Expand Down Expand Up @@ -90,7 +90,7 @@ mccabe==0.7.0
# via
# flake8
# pylint
mypy==1.4.1
mypy==1.4.0
# via -r requirements/dev.in
mypy-json-report==1.0.4
# via -r requirements/dev.in
Expand All @@ -106,7 +106,7 @@ pip-compile-multi==2.6.3
# via -r requirements/dev.in
pip-tools==6.13.0
# via pip-compile-multi
platformdirs==3.8.0
platformdirs==3.6.0
# via
# black
# pylint
Expand All @@ -131,7 +131,7 @@ pyupgrade==3.7.0
# via -r requirements/dev.in
reformat-gherkin==3.0.1
# via -r requirements/dev.in
ruff==0.0.275
ruff==0.0.272
# via -r requirements/dev.in
smmap==5.0.0
# via gitdb
Expand All @@ -151,13 +151,13 @@ types-ipaddress==1.0.8
# via types-maxminddb
types-maxminddb==1.5.0
# via types-geoip2
types-pyopenssl==23.2.0.1
types-pyopenssl==23.2.0.0
# via types-redis
types-python-dateutil==2.8.19.13
# via -r requirements/dev.in
types-pytz==2023.3.0.0
# via -r requirements/dev.in
types-redis==4.6.0.0
types-redis==4.5.5.2
# via -r requirements/dev.in
types-requests==2.31.0.1
# via -r requirements/dev.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ parse==1.19.1
# pytest-bdd
parse-type==0.6.0
# via pytest-bdd
pluggy==1.2.0
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest-html
pytest==7.4.0
pytest==7.3.2
# via
# -r requirements/test.in
# pytest-asyncio
Expand Down Expand Up @@ -89,7 +89,7 @@ requests-mock==1.11.0
# via -r requirements/test.in
respx==0.20.1
# via -r requirements/test.in
selenium==4.10.0
selenium==4.9.1
# via pytest-selenium
sortedcontainers==2.4.0
# via trio
Expand Down

0 comments on commit 333dff3

Please sign in to comment.