Skip to content

Commit

Permalink
Chore/dependencies 2024 07 23 (#159)
Browse files Browse the repository at this point in the history
* Bump certifi from 2023.7.22 to 2024.7.4 in /requirements

Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4.
- [Commits](certifi/python-certifi@2023.07.22...2024.07.04)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump sentry-sdk from 1.14.0 to 2.8.0 in /requirements

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.14.0 to 2.8.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@1.14.0...2.8.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update requests to 2.32.3

* Bump packages

* Bump packages

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
CaitBarnard and dependabot[bot] authored Jul 24, 2024
1 parent 215edcb commit e1848ad
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
17 changes: 8 additions & 9 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pycodestyle = "^2.10.0"
python-dateutil = "2.8.0"
pytz = "^2020.1"
raven = "6.10.0"
requests = "^2.31.0"
requests = "2.32.0"
requests-oauthlib = "1.2.0"
s3transfer = "^0.4.2"
sentry-sdk = "1.14.0"
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ beautifulsoup4==4.8.2
black==24.3.0
boto3==1.17.112
botocore==1.20.112
certifi==2023.7.22
certifi==2024.7.4
chardet==3.0.4
charset-normalizer==3.3.2
click==8.1.7
Expand Down Expand Up @@ -66,7 +66,7 @@ requests==2.31.0
requests-oauthlib==1.2.0
rjsmin==1.2.1
s3transfer==0.4.2
sentry-sdk==1.14.0
sentry-sdk==2.8.0
six==1.16.0
soupsieve==2.0.1
sqlparse==0.5.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ beautifulsoup4==4.8.2
black==24.3.0
boto3==1.17.112
botocore==1.20.112
certifi==2023.7.22
certifi==2024.7.4
chardet==3.0.4
charset-normalizer==3.3.2
click==8.1.7
Expand Down Expand Up @@ -66,7 +66,7 @@ requests==2.31.0
requests-oauthlib==1.2.0
rjsmin==1.2.1
s3transfer==0.4.2
sentry-sdk==1.14.0
sentry-sdk==2.8.0
six==1.16.0
soupsieve==2.0.1
sqlparse==0.5.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ autopep8==1.4.4
beautifulsoup4==4.8.2
boto3==1.17.112
botocore==1.20.112
certifi==2023.7.22
certifi==2024.7.4
chardet==3.0.4
charset-normalizer==3.3.2
defusedxml==0.7.1
Expand Down Expand Up @@ -59,7 +59,7 @@ requests==2.31.0
requests-oauthlib==1.2.0
rjsmin==1.2.1
s3transfer==0.4.2
sentry-sdk==1.14.0
sentry-sdk==2.8.0
six==1.16.0
soupsieve==2.0.1
sqlparse==0.5.0
Expand Down

0 comments on commit e1848ad

Please sign in to comment.