Skip to content
Open
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 requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ idna==3.11
# via requests
makefun==1.16.0
# via hatch.envs.default
pychoir==0.0.29
pychoir==0.0.30
# via hatch.envs.default
python-json-logger==4.0.0
python-json-logger==4.1.0
# via hatch.envs.default
requests==2.32.5
requests==2.33.0
# via hatch.envs.default
urllib3==2.6.3
# via requests
10 changes: 5 additions & 5 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ pluggy==1.6.0
# pytest-cov
pre-commit==4.5.1
# via hatch.envs.dev
pychoir==0.0.29
pychoir==0.0.30
# via hatch.envs.dev
pygments==2.19.2
pygments==2.20.0
# via pytest
pyright==1.1.408
# via hatch.envs.dev
Expand All @@ -83,17 +83,17 @@ pytest-randomly==4.0.1
# via hatch.envs.dev
python-dateutil==2.9.0.post0
# via freezegun
python-json-logger==4.0.0
python-json-logger==4.1.0
# via hatch.envs.dev
pyyaml==6.0.3
# via pre-commit
requests==2.32.5
requests==2.33.0
# via
# hatch.envs.dev
# requests-mock
requests-mock==1.12.1
# via hatch.envs.dev
ruff==0.15.7
ruff==0.15.8
# via hatch.envs.dev
six==1.17.0
# via python-dateutil
Expand Down
Loading