Skip to content
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
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ fixes:
- docs: update tox chat server URLs (#1739)
- chore: update Dockerfile python version (#1744)
- chore: update errbot-backend-slackv3 version to 0.3.2 (#1743)
- fix: allow webtest to work on python 3.13 (#1729)


v6.2.0 (2024-01-01)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"pygments-markdown-lexer==0.1.0.dev39", # sytax coloring to debug md
"dulwich==0.21.5", # python implementation of git
"deepmerge==1.1.0",
"legacy-cgi==2.6.3; python_version >= '3.13'", # stopgap fix for webtest after cgi dropped from stdlib in 3.13
]

src_root = os.curdir
Expand Down