Skip to content

Commit c927fc8

Browse files
committed
- Update to newest compatible versions of dependencies
1 parent 0482158 commit c927fc8

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

constraints.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ExtensionClass==6.2
1111
Jinja2==3.1.6
1212
MarkupSafe==3.0.3
1313
Missing==5.0
14-
MultiMapping==5.0
14+
MultiMapping==5.1
1515
Paste==3.10.1
1616
PasteDeploy==3.1.0
1717
Persistence==5.4
@@ -27,7 +27,7 @@ WSGIProxy2==0.5.1
2727
WebOb==1.8.9
2828
WebTest==3.0.7
2929
ZConfig==4.3
30-
ZODB==6.1
30+
ZODB==6.2
3131
Zope2==4.0
3232
accessible-pygments==0.0.5
3333
alabaster==1.0.0
@@ -52,11 +52,11 @@ legacy-cgi==2.6.4
5252
mr.developer==2.0.4
5353
msgpack==1.1.2
5454
multipart==1.3.0
55-
packaging==25.0
55+
packaging==26.0
5656
persistent==6.5
5757
plone.recipe.command==1.1
5858
plone.versioncheck==2.0.1
59-
pycparser==2.23
59+
pycparser==3.0
6060
python-gettext==5.0
6161
pytz==2025.2
6262
requests==2.32.5
@@ -65,7 +65,7 @@ roman==5.2
6565
six==1.17.0
6666
sniffio==1.3.1
6767
snowballstemmer==3.0.1
68-
soupsieve==2.8.2
68+
soupsieve==2.8.3
6969
sphinx-basic-ng==1.0.0b2
7070
sphinxcontrib-applehelp==2.0.0
7171
sphinxcontrib-devhelp==2.0.0
@@ -125,6 +125,6 @@ zope.tal==6.0
125125
zope.tales==7.0
126126
zope.testbrowser==8.0
127127
zope.testing==6.1
128-
zope.testrunner==8.1
128+
zope.testrunner==8.2
129129
zope.traversing==6.0
130130
zope.viewlet==6.0

requirements-full.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Chameleon==4.6.0
77
DateTime==6.0
88
DocumentTemplate==5.1
99
ExtensionClass==6.2
10-
MultiMapping==5.0
10+
MultiMapping==5.1
1111
Paste==3.10.1
1212
PasteDeploy==3.1.0
1313
Persistence==5.4
@@ -16,18 +16,18 @@ WSGIProxy2==0.5.1
1616
WebOb==1.8.9
1717
WebTest==3.0.7
1818
ZConfig==4.3
19-
ZODB==6.1
19+
ZODB==6.2
2020
Zope2==4.0
2121
beautifulsoup4==4.14.3
2222
cffi==2.0.0
2323
multipart==1.3.0
2424
persistent==6.5
25-
pycparser==2.23
25+
pycparser==3.0
2626
python-gettext==5.0
2727
pytz==2025.2
2828
roman==5.2
2929
six==1.17.0
30-
soupsieve==2.8.2
30+
soupsieve==2.8.3
3131
transaction==5.0
3232
waitress==3.0.2
3333
z3c.pt==5.1

versions-prod.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Chameleon = 4.6.0
1414
DateTime = 6.0
1515
DocumentTemplate = 5.1
1616
ExtensionClass = 6.2
17-
MultiMapping = 5.0
17+
MultiMapping = 5.1
1818
Paste = 3.10.1
1919
PasteDeploy = 3.1.0
2020
Persistence = 5.4
@@ -23,17 +23,17 @@ WebTest = 3.0.7
2323
WSGIProxy2 = 0.5.1
2424
WebOb = 1.8.9
2525
ZConfig = 4.3
26-
ZODB = 6.1
26+
ZODB = 6.2
2727
beautifulsoup4 = 4.14.3
2828
cffi = 2.0.0
2929
multipart = 1.3.0
3030
persistent = 6.5
31-
pycparser = 2.23
31+
pycparser = 3.0
3232
python-gettext = 5.0
3333
pytz = 2025.2
3434
six = 1.17.0
3535
roman = 5.2
36-
soupsieve = 2.8.2
36+
soupsieve = 2.8.3
3737
transaction = 5.0
3838
waitress = 3.0.2
3939
z3c.pt = 5.1

versions.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ imagesize = 1.4.1
3636
legacy-cgi = 2.6.4
3737
mr.developer = 2.0.4
3838
msgpack = 1.1.2
39-
packaging = 25.0
39+
packaging = 26.0
4040
plone.recipe.command = 1.1
4141
plone.versioncheck = 2.0.1
4242
requests = 2.32.5
@@ -54,7 +54,7 @@ tempstorage = 6.0
5454
typing-extensions = 4.15.0
5555
urllib3 = 2.6.3
5656
zc.recipe.testrunner = 4.0
57-
zope.testrunner = 8.1
57+
zope.testrunner = 8.2
5858

5959
[versions:python310]
6060
# Sphinx >=8.2 requires Python 3.11

0 commit comments

Comments
 (0)