Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -62,20 +62,20 @@ doc = [
"pygments==2.20.0",
"python-dateutil==2.9.0.post0",
"pytz==2026.2",
"tox==4.54.0",
"tox==4.55.1",
"regex==2026.5.9",
"watchdog==6.0.0"
]
publish = [
"tox==4.54.0"
"tox==4.55.1"
]
test = [
"pytest==9.0.3",
"pytest-cov==7.1.0",
"pytest-xdist==3.8.0",
"requests-mock[fixture]==1.12.1",
"syrupy==5.2.0",
"tox==4.54.0"
"tox==4.55.1"
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ regex==2026.5.9
watchdog==6.0.0

# Optional dependencies: publish
tox==4.54.0
tox==4.55.1

# Optional dependencies: test
pytest==9.0.3
Expand Down