Skip to content

Commit

Permalink
deps: bump the major-dependencies group across 1 directory with 3 upd…
Browse files Browse the repository at this point in the history
…ates

Updates the requirements on [psycopg[binary]](https://github.com/psycopg/psycopg), [requests](https://github.com/psf/requests) and [tenacity](https://github.com/jd/tenacity) to permit the latest version.

Updates `psycopg[binary]` to 3.2.1
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1...3.2.1)

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@v2.28.0...v2.32.3)

Updates `tenacity` to 8.4.2
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](jd/tenacity@8.2.0...8.4.2)

---
updated-dependencies:
- dependency-name: psycopg[binary]
  dependency-type: direct:production
  dependency-group: major-dependencies
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: major-dependencies
- dependency-name: tenacity
  dependency-type: direct:production
  dependency-group: major-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and stdavis committed Jul 10, 2024
1 parent 0382aad commit e409da1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"Flask-JSON==0.4.*",
"flask==3.0.*",
"psycopg_pool>=3.1,<3.3",
"psycopg[binary]==3.1.*",
"psycopg[binary]>=3.1,<3.3",
"python-dotenv==1.0.*",
"requests>=2.28,<2.32",
"tenacity==8.2.*",
"requests>=2.32.3,<2.33",
"tenacity>=8.2,<8.5",
#: flask uses this by default if installed
#: this handles decimals as returned from open sgid data better than the default json library
"simplejson==3.19.*",
Expand Down

0 comments on commit e409da1

Please sign in to comment.