Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Mar 27, 2023
1 parent 8b3e60f commit c540609
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 74 deletions.
116 changes: 56 additions & 60 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
anyio==3.6.2 ; python_version >= "3.10" and python_version < "4.0"
asgiref==3.6.0 ; python_version >= "3.10" and python_version < "4.0"
boto3==1.26.94 ; python_version >= "3.10" and python_version < "4.0"
botocore==1.29.94 ; python_version >= "3.10" and python_version < "4.0"
boto3==1.26.99 ; python_version >= "3.10" and python_version < "4.0"
botocore==1.29.99 ; python_version >= "3.10" and python_version < "4.0"
certifi==2022.12.7 ; python_version >= "3.10" and python_version < "4.0"
django-appconf==1.0.5 ; python_version >= "3.10" and python_version < "4.0"
django-compressor==4.3.1 ; python_version >= "3.10" and python_version < "4.0"
Expand Down Expand Up @@ -34,5 +34,5 @@ sentry-sdk==1.17.0 ; python_version >= "3.10" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.10" and python_version < "4.0"
sniffio==1.3.0 ; python_version >= "3.10" and python_version < "4.0"
sqlparse==0.4.3 ; python_version >= "3.10" and python_version < "4.0"
tzdata==2022.7 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32"
tzdata==2023.2 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32"
urllib3==1.26.15 ; python_version >= "3.10" and python_version < "4.0"
Loading

0 comments on commit c540609

Please sign in to comment.