Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump psycopg2 from 2.9.10 to 2.9.11
Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.10 to 2.9.11.
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits)

---
updated-dependencies:
- dependency-name: psycopg2
  dependency-version: 2.9.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2025
commit 3e0dd87385ea5d13466452034b8a92e809fd7971
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ patool==4.0.1
pluggy==1.6.0
prometheus_client==0.21.1
psutil==7.0.0
psycopg2==2.9.10
psycopg2==2.9.11
pycryptodomex==3.23.0
pycups==2.0.4
Pygments==2.19.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [

dependencies = [
"tornado==4.5.3", # http://www.tornadoweb.org/en/stable/releases.html
"psycopg2==2.9.10", # http://initd.org/psycopg/articles/tag/release/
"psycopg2==2.9.11", # http://initd.org/psycopg/articles/tag/release/
"sqlalchemy>=1.3,<1.4", # http://docs.sqlalchemy.org/en/latest/changelog/index.html
"netifaces>=0.10,<0.12", # https://bitbucket.org/al45tair/netifaces/src/
"pycryptodomex==3.23.0", # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst
Expand Down