Skip to content

Commit

Permalink
build: update dependencies (security)
Browse files Browse the repository at this point in the history
Signed-off-by: Kairo Araujo <[email protected]>
  • Loading branch information
kairoaraujo committed Dec 19, 2024
1 parent 55498e9 commit 18d4755
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 97 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ awswrangler = "*"
sigstore = "*"
pymysql = "*"
google-cloud-kms = "*"
rsa = "3.1.4" # required to solve conflict with awscli
rsa = "4.8" # required to solve conflict with awscli

[dev-packages]
tox = "*"
Expand Down
140 changes: 61 additions & 79 deletions Pipfile.lock

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

29 changes: 15 additions & 14 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
-i https://pypi.org/simple
alabaster==0.7.16; python_version >= '3.9'
awscli==1.36.24; python_version >= '3.8'
alabaster==1.0.0; python_version >= '3.10'
argparse==1.4.0
awscli==0.11.0
awscli-local==0.22.0
babel==2.16.0; python_version >= '3.8'
bandit==1.8.0; python_version >= '3.9'
bcdoc==0.16.0
black==24.10.0; python_version >= '3.9'
boto3==1.35.83; python_version >= '3.8'
botocore==1.35.83; python_version >= '3.8'
cachetools==5.5.0; python_version >= '3.7'
boto3==1.35.84; python_version >= '3.8'
botocore==1.35.84; python_version >= '3.8'
certifi==2024.12.14; python_version >= '3.6'
cfgv==3.4.0; python_version >= '3.8'
chardet==5.2.0; python_version >= '3.7'
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
colorama==0.2.5
coverage[toml]==7.6.9; python_version >= '3.9'
distlib==0.3.9
docutils==0.16; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
docutils==0.21.2; python_version >= '3.9'
execnet==2.1.1; python_version >= '3.8'
filelock==3.16.1; python_version >= '3.8'
flake8==7.1.1; python_full_version >= '3.8.1'
Expand All @@ -42,24 +42,22 @@ platformdirs==4.3.6; python_version >= '3.8'
pluggy==1.5.0; python_version >= '3.8'
pre-commit==4.0.1; python_version >= '3.9'
pretend==1.0.9
pyasn1==0.6.1; python_version >= '3.8'
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pycodestyle==2.12.1; python_version >= '3.8'
pyflakes==3.2.0; python_version >= '3.8'
pygments==2.18.0; python_version >= '3.8'
pyproject-api==1.8.0; python_version >= '3.8'
pytest==8.3.4; python_version >= '3.8'
pytest-cov==6.0.0; python_version >= '3.9'
pytest-xdist==3.6.1; python_version >= '3.8'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
pyyaml==6.0.2; python_version >= '3.8'
requests==2.32.3; python_version >= '3.8'
rich==13.9.4; python_full_version >= '3.8.0'
rsa==3.1.4
s3transfer==0.10.4; python_version >= '3.8'
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
snowballstemmer==2.2.0
sphinx==5.3.0; python_version >= '3.6'
sphinx-rtd-theme==2.0.0; python_version >= '3.6'
sphinx==8.1.3; python_version >= '3.10'
sphinx-rtd-theme==3.0.2; python_version >= '3.8'
sphinxcontrib-applehelp==2.0.0; python_version >= '3.9'
sphinxcontrib-devhelp==2.0.0; python_version >= '3.9'
sphinxcontrib-htmlhelp==2.1.0; python_version >= '3.9'
Expand All @@ -69,7 +67,7 @@ sphinxcontrib-plantuml==0.30
sphinxcontrib-qthelp==2.0.0; python_version >= '3.9'
sphinxcontrib-serializinghtml==2.0.0; python_version >= '3.9'
stevedore==5.4.0; python_version >= '3.9'
tox==4.23.2; python_version >= '3.8'
tox==3.28.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
typing-extensions==4.12.2; python_version >= '3.8'
urllib3==2.2.3; python_version >= '3.10'
virtualenv==20.28.0; python_version >= '3.8'
Expand All @@ -79,6 +77,7 @@ annotated-types==0.7.0; python_version >= '3.8'
awswrangler==3.10.1; python_version >= '3.8' and python_version < '4.0'
betterproto==2.0.0b6; python_version >= '3.7' and python_version < '4.0'
billiard==4.2.1; python_version >= '3.7'
cachetools==5.5.0; python_version >= '3.7'
celery==5.4.0; python_version >= '3.8'
cffi==1.17.1; platform_python_implementation != 'PyPy'
click-didyoumean==0.3.1; python_full_version >= '3.6.2'
Expand Down Expand Up @@ -112,6 +111,7 @@ proto-plus==1.25.0; python_version >= '3.7'
protobuf==5.29.2; python_version >= '3.8'
psycopg2==2.9.10; python_version >= '3.8'
pyarrow==18.1.0; python_version >= '3.9'
pyasn1==0.6.1; python_version >= '3.8'
pyasn1-modules==0.4.1; python_version >= '3.8'
pycparser==2.22; python_version >= '3.8'
pydantic[email]==2.10.4; python_version >= '3.8'
Expand All @@ -123,6 +123,7 @@ pytz==2024.2
redis==5.2.1; python_version >= '3.8'
rfc3161-client==0.0.4; python_version >= '3.9'
rfc8785==0.1.4; python_version >= '3.8'
rsa==4.8; python_version >= '3.6' and python_version < '4'
securesystemslib==1.2.0; python_version ~= '3.8'
setuptools==75.6.0; python_version >= '3.12'
sigstore==3.6.0; python_version >= '3.9'
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ annotated-types==0.7.0; python_version >= '3.8'
awswrangler==3.10.1; python_version >= '3.8' and python_version < '4.0'
betterproto==2.0.0b6; python_version >= '3.7' and python_version < '4.0'
billiard==4.2.1; python_version >= '3.7'
boto3==1.35.83; python_version >= '3.8'
botocore==1.35.83; python_version >= '3.8'
boto3==1.35.84; python_version >= '3.8'
botocore==1.35.84; python_version >= '3.8'
cachetools==5.5.0; python_version >= '3.7'
celery==5.4.0; python_version >= '3.8'
certifi==2024.12.14; python_version >= '3.6'
Expand Down Expand Up @@ -67,7 +67,7 @@ requests==2.32.3; python_version >= '3.8'
rfc3161-client==0.0.4; python_version >= '3.9'
rfc8785==0.1.4; python_version >= '3.8'
rich==13.9.4; python_full_version >= '3.8.0'
rsa==3.1.4
rsa==4.8; python_version >= '3.6' and python_version < '4'
s3transfer==0.10.4; python_version >= '3.8'
securesystemslib==1.2.0; python_version ~= '3.8'
setuptools==75.6.0; python_version >= '3.12'
Expand Down

0 comments on commit 18d4755

Please sign in to comment.