Skip to content

Commit

Permalink
build(deps): bump the pip group across 2 directories with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) and [requests](https://github.com/psf/requests) to permit the latest version.

Updates `tqdm` to 4.66.5
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.65.0...v4.66.5)

Updates `requests` 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@v0.2.0...v2.32.3)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 0904f34 commit be54e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/legacy-data-import/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tqdm==4.65.*
tqdm==4.66.*
psycopg2-binary==2.9.*
sqlacodegen==3.0.0rc2
geoalchemy2==0.13.*
Expand Down
2 changes: 1 addition & 1 deletion src/palletjack/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
keywords=["gis"],
install_requires=[
"ugrc-palletjack==5.*",
"requests<2.32",
"requests<2.33",
"agrc-supervisor==3.0.*",
],
extras_require={
Expand Down

0 comments on commit be54e6f

Please sign in to comment.