Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

build(deps): bump the dependencies group across 1 directory with 10 updates #267

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
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
4 changes: 2 additions & 2 deletions requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The build and tox versions specified here are also used as constraints
# during CI and CD Github workflows
build==1.2.1
tox==4.1.2
build==1.2.2
tox==4.20.0
hatchling==1.25.0
4 changes: 2 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# Lint tools
# (We are not so interested in the specific versions of the tools: the versions
# are pinned to prevent unexpected linting failures when tools update)
ruff==0.5.1
mypy==1.10.1
ruff==0.6.8
mypy==1.11.2
10 changes: 5 additions & 5 deletions requirements/pinned.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
certifi==2024.7.4 # via requests
cffi==1.16.0 # via cryptography, pynacl
certifi==2024.8.30 # via requests
cffi==1.17.1 # via cryptography, pynacl
charset-normalizer==3.3.2 # via requests
cryptography==42.0.8 # via securesystemslib
idna==3.7 # via requests
cryptography==43.0.1 # via securesystemslib
idna==3.10 # via requests
pycparser==2.22 # via cffi
pynacl==1.5.0 # via securesystemslib
requests==2.32.3
securesystemslib[crypto,pynacl]==1.1.0
urllib3==2.2.2 # via requests
urllib3==2.2.3 # via requests
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
-r pinned.txt

# coverage measurement
coverage==7.5.4
coverage==7.6.1
Loading