Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
perrinjerome committed Jun 11, 2024
1 parent 77f7c0d commit 129630a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Acquisition==6.0
AuthEncoding==5.0
BTrees==6.0
Chameleon==4.4.4; python_version == '3.8'
Chameleon==4.4.4; python_version > '3.8'
Chameleon==4.5.4; python_version > '3.8'
DateTime==5.5
DocumentTemplate==4.6
ExtensionClass==5.1
Expand Down Expand Up @@ -49,14 +49,14 @@ zope.cachedescriptors==5.0
zope.component==6.0
zope.configuration==5.0.1
zope.container==6.0
zope.contentprovider==5.0
zope.contentprovider==6.0
zope.contenttype==5.1
zope.datetime==5.0.0
zope.deferredimport==5.0
zope.deprecation==5.0
zope.dottedname==6.0
zope.event==5.0
zope.exceptions==5.0.1
zope.exceptions==5.1
zope.filerepresentation==6.0
zope.globalrequest==2.0
zope.hookable==6.0
Expand Down
6 changes: 3 additions & 3 deletions requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Acquisition==6.0
AuthEncoding==5.0
BTrees==6.0
Chameleon==4.4.4; python_version == '3.8'
Chameleon==4.4.4; python_version > '3.8'
Chameleon==4.5.4; python_version > '3.8'
DateTime==5.5
DocumentTemplate==4.6
ExtensionClass==5.1
Expand Down Expand Up @@ -50,14 +50,14 @@ zope.cachedescriptors==5.0
zope.component==6.0
zope.configuration==5.0.1
zope.container==6.0
zope.contentprovider==5.0
zope.contentprovider==6.0
zope.contenttype==5.1
zope.datetime==5.0.0
zope.deferredimport==5.0
zope.deprecation==5.0
zope.dottedname==6.0
zope.event==5.0
zope.exceptions==5.0.1
zope.exceptions==5.1
zope.filerepresentation==6.0
zope.globalrequest==2.0
zope.hookable==6.0
Expand Down
6 changes: 3 additions & 3 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AccessControl = 7.0
Acquisition = 6.0
AuthEncoding = 5.0
BTrees = 6.0
Chameleon = 4.4.4
Chameleon = 4.5.4
DateTime = 5.5
DocumentTemplate = 4.6
ExtensionClass = 5.1
Expand Down Expand Up @@ -48,14 +48,14 @@ zope.cachedescriptors = 5.0
zope.component = 6.0
zope.configuration = 5.0.1
zope.container = 6.0
zope.contentprovider = 5.0
zope.contentprovider = 6.0
zope.contenttype = 5.1
zope.datetime = 5.0.0
zope.deferredimport = 5.0
zope.deprecation = 5.0
zope.dottedname = 6.0
zope.event = 5.0
zope.exceptions = 5.0.1
zope.exceptions = 5.1
zope.filerepresentation = 6.0
zope.globalrequest = 2.0
zope.hookable = 6.0
Expand Down
8 changes: 4 additions & 4 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pygments = 2.18.0
Record = 4.1
Sphinx = 7.3.7
alabaster = 0.7.16
certifi = 2024.2.2
certifi = 2024.6.2
charset-normalizer = 3.3.2
collective.recipe.template = 2.2
colorama = 0.4.6
Expand All @@ -28,9 +28,9 @@ importlib-metadata = 7.1.0
# Required by zope.testbrowser on Python 3.13 because WebOb still uses cgi.
legacy-cgi = 2.6
mr.developer = 2.0.2
packaging = 24.0
packaging = 24.1
plone.recipe.command = 1.1
requests = 2.31.0
requests = 2.32.3
snowballstemmer = 2.2.0
sphinx-rtd-theme = 2.0.0
sphinxcontrib-applehelp = 1.0.8
Expand All @@ -45,7 +45,7 @@ tomli = 2.0.1
urllib3 = 2.2.1
z3c.checkversions = 2.1
zc.recipe.testrunner = 3.0
zipp = 3.18.2
zipp = 3.19.2
zope.testrunner = 6.4

[versions:python38]
Expand Down

0 comments on commit 129630a

Please sign in to comment.