Skip to content

Commit

Permalink
chore: update core dependencies (#1651)
Browse files Browse the repository at this point in the history
* chore: update core dependencies

* docs: add details to CHANGES
  • Loading branch information
sijis authored Aug 30, 2023
1 parent 85343b1 commit 3b5d859
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
22 changes: 11 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3b5d859

Please sign in to comment.