Skip to content

Commit bb0413f

Browse files
authored
CM-27780 - Support Python 3.12 (#169)
Upgrade marshmallow
1 parent a35fb49 commit bb0413f

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

poetry.lock

+19-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ python = ">=3.7,<3.13"
3131
click = ">=8.1.0,<8.2.0"
3232
colorama = ">=0.4.3,<0.5.0"
3333
pyyaml = ">=6.0,<7.0"
34-
marshmallow = ">=3.8.0,<3.9.0"
34+
marshmallow = ">=3.15.0,<3.21.0"
3535
pathspec = ">=0.11.1,<0.12.0"
3636
gitpython = ">=3.1.30,<3.2.0"
37-
arrow = ">=0.17.0,<0.18.0"
37+
arrow = ">=0.17.0,<1.3.0"
3838
binaryornot = ">=0.4.4,<0.5.0"
39-
texttable = ">=1.6.7,<1.7.0"
39+
texttable = ">=1.6.7,<1.8.0"
4040
requests = ">=2.24,<3.0"
4141
urllib3 = "1.26.17" # lock v1 to avoid issues with openssl and old Python versions (<3.9.11) on macOS
4242

0 commit comments

Comments
 (0)