Skip to content
Merged
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
43 changes: 21 additions & 22 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
#
# This file is autogenerated by pip-compile with Python 3.13
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
#
build==1.2.2.post1
build==1.4.0
# via pip-tools
certifi==2025.7.14
certifi==2026.1.4
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.2
charset-normalizer==3.4.4
# via requests
click==8.1.8
click==8.3.1
# via pip-tools
coverage[toml]==7.9.2
coverage[toml]==7.13.4
# via pytest-cov
cryptography==46.0.5
# via secretstorage
idna==3.10
idna==3.11
# via requests
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
jaraco-context==6.1.0
# via keyring
jaraco-functools==4.2.1
jaraco-functools==4.4.0
# via keyring
jeepney==0.9.0
# via
# keyring
# secretstorage
keyring==25.6.0
keyring==25.7.0
# via -r requirements-dev.in
mock==5.2.0
# via -r requirements-dev.in
more-itertools==10.7.0
more-itertools==10.8.0
# via
# jaraco-classes
# jaraco-functools
packaging==25.0
packaging==26.0
# via
# build
# pytest
# wheel
pip-tools==7.4.1
pip-tools==7.5.3
# via -r requirements-dev.in
pluggy==1.6.0
# via
Expand All @@ -59,28 +59,27 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.4.1
pytest==9.0.2
# via
# -r requirements-dev.in
# pytest-cov
pytest-cov==6.2.1
pytest-cov==7.0.0
# via -r requirements-dev.in
pyyaml==6.0.2
pyyaml==6.0.3
# via responses
requests==2.32.4
requests==2.32.5
# via responses
responses==0.25.7
responses==0.25.8
# via -r requirements-dev.in
secretstorage==3.5.0
# via keyring
urllib3==2.5.0
urllib3==2.6.3
# via
# requests
# responses
wheel==0.46.2
wheel==0.46.3
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
Loading