Skip to content

Commit

Permalink
Update pip dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed Apr 27, 2022
1 parent e19ec97 commit 177334c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions dependencies/pip/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ backcall==0.2.0
# via ipython
billiard==3.6.4.0
# via celery
boto3==1.22.0
boto3==1.22.2
# via -r dependencies/pip/requirements.in
botocore==1.25.0
botocore==1.25.2
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -58,7 +58,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.2.0
# via celery
cryptography==36.0.2
cryptography==37.0.0
# via jwcrypto
decorator==5.1.1
# via
Expand Down Expand Up @@ -116,7 +116,7 @@ django-redis-sessions==0.6.2
# via -r dependencies/pip/requirements.in
django-render-block==0.9.1
# via django-templated-email
django-reversion==3.0.1
django-reversion==5.0.0
# via -r dependencies/pip/requirements.in
django-taggit==2.1.0
# via -r dependencies/pip/requirements.in
Expand Down
8 changes: 4 additions & 4 deletions dependencies/pip/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ async-timeout==4.0.2
# via redis
billiard==3.6.4.0
# via celery
boto3==1.22.0
boto3==1.22.2
# via -r dependencies/pip/requirements.in
botocore==1.25.0
botocore==1.25.2
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -52,7 +52,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.2.0
# via celery
cryptography==36.0.2
cryptography==37.0.0
# via jwcrypto
defusedxml==0.7.1
# via
Expand Down Expand Up @@ -106,7 +106,7 @@ django-redis-sessions==0.6.2
# via -r dependencies/pip/requirements.in
django-render-block==0.9.1
# via django-templated-email
django-reversion==3.0.1
django-reversion==5.0.0
# via -r dependencies/pip/requirements.in
django-taggit==2.1.0
# via -r dependencies/pip/requirements.in
Expand Down
8 changes: 4 additions & 4 deletions dependencies/pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ async-timeout==4.0.2
# via redis
billiard==3.6.4.0
# via celery
boto3==1.22.0
boto3==1.22.2
# via -r dependencies/pip/requirements.in
botocore==1.25.0
botocore==1.25.2
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -52,7 +52,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.2.0
# via celery
cryptography==36.0.2
cryptography==37.0.0
# via jwcrypto
defusedxml==0.7.1
# via
Expand Down Expand Up @@ -106,7 +106,7 @@ django-redis-sessions==0.6.2
# via -r dependencies/pip/requirements.in
django-render-block==0.9.1
# via django-templated-email
django-reversion==3.0.1
django-reversion==5.0.0
# via -r dependencies/pip/requirements.in
django-taggit==2.1.0
# via -r dependencies/pip/requirements.in
Expand Down

0 comments on commit 177334c

Please sign in to comment.