8000 chore: update core dependencies by sijis · Pull Request #1651 · errbotio/errbot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: update core dependencies #1651

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8000
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