Skip to content

Commit

Permalink
build: update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Dec 3, 2024
1 parent 8f816e2 commit b1decd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies = [
"filetype>=1.0.0,<2.0.0",
"httpx>=0.23.0",
"humanfriendly>=10.0",
"importlib-metadata>=3.0.0.0,<8.0.0",
"importlib-metadata>=3.0.0.0",
"jinja2>=3.0.1",
"lz4>=4.3.0",
"patool>=1.12",
Expand All @@ -87,7 +87,7 @@ dependencies = [
"pyzmq>=25.0.0",
"regex>=2022.4.0",
"rich>=12.4.0",
"rich-click>=1.7.0,<1.8.0",
"rich-click>=1.8.0",
"ruamel.yaml>=0.18.0,<0.19.0",
"sortedcontainers>=2.4.0",
"SQLAlchemy>=2.0.20",
Expand Down Expand Up @@ -241,7 +241,7 @@ dev_testing = [
"tox>=3.21.2",
"types-Deprecated",
"types-PyYAML",
"types-pkg-resources",
"types-setuptools",
"types-python-dateutil",
"types-pytz",
"types-tzlocal",
Expand All @@ -267,7 +267,7 @@ dev_utils = [
"ruff>=0.4.1",
"types-Deprecated",
"types-PyYAML",
"types-pkg-resources",
"types-setuptools",
"types-python-dateutil",
"types-pytz",
"types-tzlocal",
Expand Down

0 comments on commit b1decd6

Please sign in to comment.