Skip to content

Commit b3eb80a

Browse files
build(deps): bump the production-dependencies group with 2 updates
Bumps the production-dependencies group with 2 updates: [requests](https://github.com/psf/requests) and [certifi](https://github.com/certifi/python-certifi). Updates `requests` from 2.32.2 to 2.32.3 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.2...v2.32.3) Updates `certifi` from 2024.2.2 to 2024.6.2 - [Commits](certifi/python-certifi@2024.02.02...2024.06.02) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 64219a7 commit b3eb80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ classifiers = [
1616
]
1717

1818
dependencies = [
19-
"certifi==2024.2.2",
19+
"certifi==2024.6.2",
2020
"charset-normalizer==3.3.2",
2121
"idna==3.7",
2222
"PyYAML==6.0.1",
2323
"ratelimit==2.2.1",
24-
"requests==2.32.2",
24+
"requests==2.32.3",
2525
"semantic-version==2.10.0",
2626
"urllib3==2.2.1",
2727
]

0 commit comments

Comments
 (0)