Skip to content

Commit

Permalink
Merge pull request #896 from plone/maurits-60-versions-update-20231025
Browse files Browse the repository at this point in the history
pip 23.3.1 plus various small version updates.
  • Loading branch information
gforcada authored Oct 25, 2023
2 parents 51ca4ba + 4a8d732 commit f1b3669
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 34 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip==23.2.1
pip==23.3.1
setuptools==68.2.2
wheel==0.41.2
zc.buildout==3.0.1
Expand Down
30 changes: 15 additions & 15 deletions versions-extra.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
# that pull in ever more dependencies.
# Note: version pins in this file can be removed at any time.
[versions]
argcomplete = 3.1.1
argh = 0.28.1
bleach = 6.0.0
argcomplete = 3.1.2
argh = 0.30.2
bleach = 6.1.0
build = 1.0.3
cachecontrol = 0.13.1
cached-property = 1.5.2
check-manifest = 0.49
click-default-group = 1.2.2
click-default-group = 1.2.4
cmarkgfm = 2022.10.27
colorama = 0.4.6
commonmark = 0.9.1
configparser = 5.3.0
Deprecated = 1.2.14
distro = 1.8.0
fancycompleter = 0.9.1
filelock = 3.12.2
gitdb = 4.0.10
filelock = 3.12.4
gitdb = 4.0.11
grpcio-tools = 1.59.0
GitPython = 3.1.32
GitPython = 3.1.40
httplib2 = 0.22.0
i18ndude = 6.1.0
incremental = 22.10.0
Expand All @@ -31,7 +31,7 @@ lockfile = 0.12.2
markdown-it-py = 2.2.0
mdurl = 0.1.2
more-itertools = 9.1.0
msgpack = 1.0.5
msgpack = 1.0.7
mxdev = 3.0.0
oauthlib = 3.2.2
pdbpp = 0.10.3
Expand All @@ -43,28 +43,28 @@ plone.releaser = 2.1.1
plone.reload = 3.0.2
plone.versioncheck = 1.8.1
progress = 1.6
PyGithub = 1.59.0
PyGithub = 1.59.1
PyNaCl = 1.5.0
pyparsing = 3.1.0
pyparsing = 3.1.1
pyproject-hooks = 1.0.0
pyrepl = 0.9.0
pyroma = 4.2
readme-renderer = 40.0.0
requests-toolbelt = 1.0.0
rfc3986 = 2.0.0
rich = 13.4.2
smmap = 5.0.0
rich = 13.6.0
smmap = 5.0.1
stdlib-list = 0.9.0
tomli = 2.0.1
towncrier = 23.6.0
trove-classifiers = 2023.8.7
trove-classifiers = 2023.10.18
twine = 4.0.2
wadllib = 1.3.6
webencodings = 0.5.1
wmctrl = 0.4
wmctrl = 0.5
z3c.dependencychecker = 2.12
zest.pocompile = 2.0.0
zest.releaser = 9.1.0
zest.releaser = 9.1.1
zestreleaser.towncrier = 1.3.0
zodbverify = 1.2.0
zope.mkzeoinstance = 5.1.1
Expand Down
35 changes: 17 additions & 18 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extends = https://zopefoundation.github.io/Zope/releases/5.8.6/versions.cfg
[versions]
# Basics
# !! keep in sync with requirements.txt !!
pip = 23.2.1
pip = 23.3.1
setuptools = 68.2.2
wheel = 0.41.2
zc.buildout = 3.0.1
Expand Down Expand Up @@ -138,7 +138,7 @@ collective.monkeypatcher = 1.2.1
collective.recipe.omelette = 1.1.0
collective.recipe.vscode = 0.1.9
collective.xmltestreport = 2.0.2
icalendar = 5.0.7
icalendar = 5.0.10
Products.DateRecurringIndex = 3.0.1
robotsuite = 2.3.2

Expand All @@ -164,46 +164,46 @@ repoze.xmliter = 0.6.1
z3c.caching = 3.0
z3c.form = 4.3
z3c.formwidget.query = 2.0.0
z3c.objpath = 1.3
z3c.objpath = 2.0
z3c.relationfield = 1.0
z3c.zcmlhook = 2.0
zc.relation = 2.0
zdaemon = 5.0
ZEO = 5.4.1
ZODB3 = 3.11.0
zodbupdate = 2.0
zope.app.locales = 4.3
zope.app.locales = 5.0
zope.componentvocabulary = 2.3.0
zope.copy = 4.3
zope.intid = 5.0
zope.keyreference = 6.0
zope.ramcache = 3.0
zope.sendmail = 5.3
zope.sendmail = 6.0

# CORE DEPENDENCIES: other
# These packages are what you get when installing Plone and its tests,
# but are NOT managed by closely related communities.
async-generator = 1.10
attrs = 23.1.0
backports.cached-property = 1.0.2
cryptography = 41.0.3
cryptography = 41.0.5
click = 8.1.7
cssselect = 1.2.0
decorator = 5.1.1
exceptiongroup = 1.1.2
exceptiongroup = 1.1.3
feedparser = 6.0.10
furl = 2.1.3
future = 0.18.3
gunicorn = 20.1.0
h11 = 0.14.0
importlib-metadata = 6.8.0
importlib-resources = 5.13.0
jsonschema = 4.18.2
jsonschema-specifications = 2023.6.1
jsonschema = 4.18.6
jsonschema-specifications = 2023.7.1
jeepney = 0.8.0
lxml = 4.9.3
manuel = 1.12.4
Markdown = 3.4.3
Markdown = 3.4.4
mock = 5.1.0
orderedmultidict = 1.0.1
outcome = 1.2.0
Expand All @@ -219,8 +219,8 @@ PySocks = 1.7.1
python-dateutil = 2.8.2
python-dotenv = 1.0.0
PyYAML = 6.0.1
referencing = 0.29.1
responses = 0.23.1
referencing = 0.29.3
responses = 0.23.3
robotframework = 6.0.2
# robotframework >= 6.1 is only supported with robotframwork-lsp >= 1.11.0,
# but https://github.com/robocorp/robotframework-lsp/issues/947
Expand All @@ -233,27 +233,26 @@ robotframework-selenium2library = 3.0.0
robotframework-selenium2screenshots = 0.8.1
robotframework-seleniumlibrary = 6.1.0
robotframework-seleniumtestability = 2.1.0
rpds-py = 0.8.10
rpds-py = 0.8.12
SecretStorage = 3.3.3
selenium = 4.9.1
sgmllib3k = 1.0.0
simplejson = 3.19.1
simplejson = 3.19.2
sniffio = 1.3.0
sortedcontainers = 2.4.0
toml = 0.10.2
trio = 0.22.2
trio-websocket = 0.10.3
trio-websocket = 0.10.4
types-PyYAML = 6.0.12.10
types-toml = 0.10.8.5
typing-extensions = 4.7.1
Unidecode = 1.3.6
Unidecode = 1.3.7
urllib3-secure-extra = 0.1.0
watchdog = 3.0.0
wcwidth = 0.2.6
wcwidth = 0.2.8
webresource = 1.2
wrapt = 1.15.0
wsproto = 1.2.0
zipp = 3.16.1

[versions:python38]
backports.zoneinfo = 0.2.1
Expand Down

0 comments on commit f1b3669

Please sign in to comment.