Skip to content

Commit

Permalink
upgrade certificate >= 2024.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd committed Jul 8, 2024
1 parent 91f0aae commit 46d61b2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions pip-tools/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ attrs==23.2.0
# aiohttp
black==24.4.2
# via -r pip-tools/dev-requirements.in
boto3==1.34.126
boto3==1.34.140
# via -r pip-tools/../requirements.txt
botocore==1.34.126
botocore==1.34.140
# via
# -r pip-tools/../requirements.txt
# boto3
# s3transfer
build==1.2.1
# via pip-tools
certifi==2024.6.2
certifi==2024.7.4
# via
# -r pip-tools/../requirements.txt
# requests
Expand Down Expand Up @@ -63,7 +63,7 @@ environs==11.0.0
# via -r pip-tools/../requirements.txt
exceptiongroup==1.2.1
# via pytest
flake8==7.0.0
flake8==7.1.0
# via -r pip-tools/dev-requirements.in
frozenlist==1.4.1
# via
Expand All @@ -85,7 +85,7 @@ idna==3.7
# -r pip-tools/../requirements.txt
# requests
# yarl
importlib-metadata==7.1.0
importlib-metadata==8.0.0
# via build
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -134,13 +134,13 @@ polling2==0.5.0
# via
# -r pip-tools/../requirements.txt
# cloudfoundry-client
protobuf==5.27.1
protobuf==5.27.2
# via
# -r pip-tools/../requirements.txt
# cloudfoundry-client
psycopg2==2.9.9
# via -r pip-tools/../requirements.txt
pycodestyle==2.11.1
pycodestyle==2.12.0
# via flake8
pycparser==2.22
# via
Expand Down Expand Up @@ -182,7 +182,7 @@ requests==2.32.3
# requests-mock
requests-mock==1.12.1
# via -r pip-tools/dev-requirements.in
s3transfer==0.10.1
s3transfer==0.10.2
# via
# -r pip-tools/../requirements.txt
# boto3
Expand All @@ -195,7 +195,7 @@ six==1.16.0
# orderedmultidict
# pytest-profiling
# python-dateutil
sqlalchemy==2.0.30
sqlalchemy==2.0.31
# via
# -r pip-tools/../requirements.txt
# sqlalchemy-utils
Expand All @@ -212,7 +212,7 @@ typing-extensions==4.12.2
# -r pip-tools/../requirements.txt
# black
# sqlalchemy
urllib3==1.26.18
urllib3==1.26.19
# via
# -r pip-tools/../requirements.txt
# botocore
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ async-timeout==4.0.3
# via aiohttp
attrs==23.2.0
# via aiohttp
boto3==1.34.126
boto3==1.34.140
# via -r pip-tools/requirements.in
botocore==1.34.126
botocore==1.34.140
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -64,7 +64,7 @@ packaging==24.1
# via marshmallow
polling2==0.5.0
# via cloudfoundry-client
protobuf==5.27.1
protobuf==5.27.2
# via
# -r pip-tools/requirements.in
# cloudfoundry-client
Expand All @@ -82,7 +82,7 @@ requests==2.32.3
# via
# cloudfoundry-client
# oauth2-client
s3transfer==0.10.1
s3transfer==0.10.2
# via boto3
schedule==1.2.2
# via -r pip-tools/requirements.in
Expand All @@ -91,7 +91,7 @@ six==1.16.0
# furl
# orderedmultidict
# python-dateutil
sqlalchemy==2.0.30
sqlalchemy==2.0.31
# via
# -r pip-tools/requirements.in
# sqlalchemy-utils
Expand Down

0 comments on commit 46d61b2

Please sign in to comment.