Skip to content
New issue

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

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

Already on GitHub? # to your account

Update testing dependencies and cattrs minimum version #354

Merged
merged 2 commits into from
Oct 31, 2024
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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ content-type = "text/markdown"

[project.optional-dependencies]
lxml = ["lxml"]
converters = ["cattrs >= 22.2.0"]
json = ["cattrs >= 22.2.0", "orjson ; platform_python_implementation != 'PyPy'"]
msgpack = ["cattrs >= 22.2.0", "msgpack"]
converters = ["cattrs >= 24.1"]
json = ["cattrs >= 24.1", "orjson ; platform_python_implementation != 'PyPy'"]
msgpack = ["cattrs >= 24.1", "msgpack"]

[tool.setuptools]
package-dir = { "" = "src" }
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ isort==5.13.2
# via -r requirements-dev.in
mccabe==0.7.0
# via flake8
mypy==1.12.1
mypy==1.13.0
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml --python 3.8 --extra=converters --extra=json --extra=lxml --extra=msgpack
# uv pip compile --all-extras --python 3.8 pyproject.toml
appdirs==1.4.4
# via fs
attrs==24.2.0
Expand All @@ -18,9 +18,9 @@ lxml==5.3.0
# via ufolib2 (pyproject.toml)
msgpack==1.1.0
# via ufolib2 (pyproject.toml)
orjson==3.10.9
orjson==3.10.10
# via ufolib2 (pyproject.toml)
setuptools==75.2.0
setuptools==75.3.0
# via fs
six==1.16.0
# via fs
Expand Down
Loading