From 3b5d859a9a5e9b92b8cf9f49d7bd2a11f3f728e0 Mon Sep 17 00:00:00 2001 From: Sijis Aviles Date: Wed, 30 Aug 2023 02:12:40 -0500 Subject: [PATCH] chore: update core dependencies (#1651) * chore: update core dependencies * docs: add details to CHANGES --- CHANGES.rst | 1 + setup.py | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5928b19a5..77dc5c0fd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -36,6 +36,7 @@ fixes: - refactor: detecting entry point plugins (#1630) - chore: bump mr-smithers-excellent/docker-build-push version (#1633) - docs: fix example code in the testing section (#1643) +- chore: update all core dependencies (#1651) v6.1.9 (2022-06-11) diff --git a/setup.py b/setup.py index 2ce7b2503..26ae9ffe8 100755 --- a/setup.py +++ b/setup.py @@ -28,18 +28,18 @@ deps = [ "webtest==3.0.0", - "setuptools==65.5.1", - "flask==2.0.2", - "requests==2.27.1", - "jinja2==3.0.3", - "pyOpenSSL==23.0.0", - "colorlog==6.6.0", - "markdown==3.3.6", - "ansi==0.2.0", - "Pygments==2.11.2", + "setuptools==68.1.2", + "flask==2.3.3", + "requests==2.31.0", + "jinja2==3.1.2", + "pyOpenSSL==23.2.0", + "colorlog==6.7.0", + "markdown==3.4.4", + "ansi==0.3.6", + "Pygments==2.16.1", "pygments-markdown-lexer==0.1.0.dev39", # sytax coloring to debug md - "dulwich==0.21.2", # python implementation of git - "deepmerge==1.0.1", + "dulwich==0.21.5", # python implementation of git + "deepmerge==1.1.0", ] if py_version < (3, 9):