Skip to content

Commit 31160c9

Browse files
committed
Merge branch 'python-3.3-to-3.5' into python-3.0-to-3.2
2 parents 7f8f082 + a35a19d commit 31160c9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.9.2: 2024-07-21
2+
=================
3+
4+
- track xdis API changes
5+
- Bug fixes and lint
6+
17
3.9.1: 2024-05-15
28
=================
39

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pytest
44
-e .
55

66
Click~=7.0
7-
xdis>=6.0.4
7+
xdis >= 6.1.0, < 6.2.0
88
configobj~=5.0.6
9-
setuptools~=65.5.1
9+
setuptools~=59.6.0

uncompyle6/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# This file is suitable for sourcing inside POSIX shell as
1515
# well as importing into Python
1616
# fmt: off
17-
__version__="3.9.1" # noqa
17+
__version__="3.9.2" # noqa

0 commit comments

Comments
 (0)