Skip to content

Commit

Permalink
build: Update Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimitrov authored Dec 30, 2023
1 parent d1ddfa6 commit c6b6914
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 80 deletions.
140 changes: 70 additions & 70 deletions Pipfile.lock

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

12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
-i https://pypi.org/simple
alabaster==0.7.13; python_version >= '3.6'
awscli==1.32.9; python_version >= '3.8'
awscli-local==0.21.1
awscli==1.32.11; python_version >= '3.8'
awscli-local==0.22.0
babel==2.14.0; python_version >= '3.7'
bandit==1.7.6; python_version >= '3.8'
black==23.12.1; python_version >= '3.8'
boto3==1.34.9; python_version >= '3.8'
botocore==1.34.9; python_version >= '3.8'
boto3==1.34.11; python_version >= '3.8'
botocore==1.34.11; python_version >= '3.8'
certifi==2023.11.17; python_version >= '3.6'
cfgv==3.4.0; python_version >= '3.8'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
Expand Down Expand Up @@ -108,10 +108,10 @@ pynacl==1.5.0
pytz==2023.3.post1
redis==5.0.1; python_version >= '3.7'
securesystemslib[crypto,pynacl]==0.31.0; python_version ~= '3.8'
sqlalchemy==2.0.23; python_version >= '3.7'
sqlalchemy==2.0.24; python_version >= '3.7'
supervisor==4.2.5
tuf==3.1.0; python_version >= '3.8'
tzdata==2023.3; python_version >= '2'
tzdata==2023.4; python_version >= '2'
vine==5.1.0; python_version >= '3.6'
watchdog==3.0.0; python_version >= '3.7'
wcwidth==0.2.12
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ annotated-types==0.6.0; python_version >= '3.8'
async-timeout==4.0.3; python_full_version <= '3.11.2'
awswrangler==3.4.2; python_version >= '3.8' and python_version < '4.0'
billiard==4.2.0; python_version >= '3.7'
boto3==1.34.9; python_version >= '3.8'
botocore==1.34.9; python_version >= '3.8'
boto3==1.34.11; python_version >= '3.8'
botocore==1.34.11; python_version >= '3.8'
celery==5.3.6; python_version >= '3.8'
certifi==2023.11.17; python_version >= '3.6'
cffi==1.16.0; python_version >= '3.8'
Expand Down Expand Up @@ -42,11 +42,11 @@ s3transfer==0.10.0; python_version >= '3.8'
securesystemslib[crypto,pynacl]==0.31.0; python_version ~= '3.8'
setuptools==69.0.3; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlalchemy==2.0.23; python_version >= '3.7'
sqlalchemy==2.0.24; python_version >= '3.7'
supervisor==4.2.5
tuf==3.1.0; python_version >= '3.8'
typing-extensions==4.9.0; python_version >= '3.8'
tzdata==2023.3; python_version >= '2'
tzdata==2023.4; python_version >= '2'
urllib3==2.0.7; python_version >= '3.10'
vine==5.1.0; python_version >= '3.6'
watchdog==3.0.0; python_version >= '3.7'
Expand Down

0 comments on commit c6b6914

Please sign in to comment.