Skip to content

Commit

Permalink
chore(deps): update python dependencies. (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedykori committed Oct 16, 2022
1 parent 2496eb5 commit 7286402
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
18 changes: 9 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
argon2-cffi~=21.3.0
argon2-cffi-bindings~=21.2.0
channels~=3.0.5
channels~=4.0.0
django-allauth~=0.51.0
django-compressor~=4.1
django-cors-headers~=3.13.0
django-crispy-forms~=1.14.0
django-extensions~=3.2.0
django-extensions~=3.2.1
django-filter~=22.1
django-rest-knox~=4.2.0
django-storages~=1.13
Django~=4.1
djangorestframework~=3.13.1
django-storages~=1.13.1
Django~=4.1.2
djangorestframework~=3.14.0
environs~=9.5.0
google-auth~=2.10.0
google-cloud-pubsub==2.13.6
google-auth~=2.12.0
google-cloud-pubsub~=2.13.10
openpyxl~=3.0.10
psycopg2~=2.9.3
psycopg2~=2.9.4
pyexcel-io~=0.6.6
pyexcel-xlsx~=0.6.0
pyexcel~=0.7.0
toml~=0.10.2
typing-extensions~=4.3.0
typing-extensions~=4.4.0
whitenoise~=6.2.0
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r test.txt

ipython~=8.4.0
ipython~=8.5.0
pre-commit~=2.20.0
14 changes: 7 additions & 7 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

# Google
# -----------------------------------------------------------------------------
google-api-core~=2.8.2
google-api-python-client~=2.56.0
google-api-core~=2.10.2
google-api-python-client~=2.64.0
google-auth-httplib2~=0.1.0
google-cloud-secret-manager~=2.12.1
google-cloud-secret-manager~=2.12.6
google-cloud-storage~=2.5.0
google-crc32c~=1.3.0
google-resumable-media~=2.3.3
google-crc32c~=1.5.0
google-resumable-media~=2.4.0
googleapis-common-protos~=1.56.4
grpc-google-iam-v1~=0.12.4
grpcio-status~=1.47.0
grpcio~=1.47.0
grpcio-status==1.49.1
grpcio~=1.49.1



Expand Down
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

# Code quality checks/Linting
# -----------------------------------------------------------------------------
black~=22.6.0
flake8-isort~=4.2.0
black~=22.10.0
flake8-isort~=5.0.0
flake8~=5.0.4
isort~=5.10.1
mypy-extensions~=0.4.3
pyright~=1.1.265
pyright~=1.1.275


# Stubs
Expand All @@ -19,18 +19,18 @@ django-stubs~=1.12.0
# Testing
# -----------------------------------------------------------------------------
factory-boy~=3.2.1
Faker~=13.15.1
pytest-cov~=3.0.0
Faker~=15.1.1
pytest-cov~=4.0.0
pytest-django~=4.5.2
pytest-forked~=1.4.0
pytest-sugar~=0.9.5
pytest-xdist~=2.5.0
pytest~=7.1.2
tox~=3.25.1
model-bakery~=1.7.0
pytest~=7.1.3
tox~=3.26.0
model-bakery~=1.8.0

# Coverage
# -----------------------------------------------------------------------------
coverage~=6.4.2
coverage~=6.5.0
coveralls~=3.3.1
django-coverage-plugin~=2.0.3

0 comments on commit 7286402

Please sign in to comment.