Skip to content

Commit cef2eac

Browse files
chore(deps): bump psycopg-pool in /services/openlr-resolver
Bumps [psycopg-pool](https://github.com/psycopg/psycopg) from 3.2.8 to 3.3.1. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.2.8...3.3.1) --- updated-dependencies: - dependency-name: psycopg-pool dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb71fbc commit cef2eac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

services/openlr-resolver/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"shapely==2.1.2",
1717
"geographiclib==2.1",
1818
"psycopg[binary]==3.2.13",
19-
"psycopg-pool==3.2.8",
19+
"psycopg-pool==3.3.1",
2020
"osmium==4.3.1",
2121
]
2222

services/openlr-resolver/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ openlr-dereferencer==1.2.0
1010
shapely==2.1.2
1111
geographiclib==2.1
1212
psycopg[binary]==3.2.13
13-
psycopg-pool==3.2.8
13+
psycopg-pool==3.3.1
1414
osmium==4.3.1

0 commit comments

Comments
 (0)