Skip to content

Commit 58c879f

Browse files
committed
fix(lock): buildout versions.cfg lock file that works on py 3.13, and tests pass
1 parent 9fb3852 commit 58c879f

File tree

1 file changed

+10
-22
lines changed

1 file changed

+10
-22
lines changed

versions.cfg

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,16 @@
11
[versions]
22

3-
4-
5-
# Added by buildout at 2023-10-25 16:43:28.109424
6-
GeoAlchemy2 = 0.14.2
7-
greenlet = 3.0.1
8-
zc.recipe.egg = 2.0.7
9-
zc.recipe.testrunner = 3.0
10-
11-
# Required by:
12-
# GeoAlchemy2==0.14.2
13-
packaging = 23.2
3+
# Added by buildout at 2026-01-11 22:00:29.619091
4+
GeoAlchemy2 = 0.18.1
5+
psycopg2-binary = 2.9.11
6+
zc.recipe.egg = 4.0.0
7+
zc.recipe.testrunner = 4.0
8+
zope.testrunner = 8.1
149

1510
# Required by:
16-
# zope.testrunner==6.1
17-
zope.exceptions = 5.0.1
11+
# zope.testrunner==8.1
12+
zope.exceptions = 6.0
1813

1914
# Required by:
20-
# zope.testrunner==6.1
21-
zope.interface = 6.1
22-
23-
# Required by:
24-
# zc.recipe.testrunner==3.0
25-
zope.testrunner = 6.1
26-
27-
# Added by buildout at 2024-04-30 16:59:12.692003
28-
psycopg2-binary = 2.9.9
15+
# zope.testrunner==8.1
16+
zope.interface = 8.2

0 commit comments

Comments
 (0)