Skip to content

Commit

Permalink
build(deps): bump requests from 2.31.0 to 2.32.3 (#177)
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.31.0 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.31.0...v2.32.3)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: セイル · MJ Sabit <98249191+seyLu@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and seyLu authored Jun 17, 2024
1 parent 83d1bf5 commit 62263c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"typer[all]==0.12.0",
"requests==2.31.0",
"requests==2.32.3",
"python-dotenv==1.0.1",
"PyYAML==6.0.1",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# core
typer[all]==0.12.0
requests==2.31.0
requests==2.32.3
python-dotenv==1.0.1
PyYAML==6.0.1

Expand Down

0 comments on commit 62263c9

Please sign in to comment.