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

Bump the python group with 4 updates #1928

Merged
merged 1 commit into from
Sep 17, 2024
Merged
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 CI/requirements_ci.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
bump-my-version==0.26.0
bump-my-version==0.26.1
coveralls==4.0.1
deptry==0.20.0
flit==3.9.0
pip==24.2
pylint==3.2.7
tox==4.18.1
tox==4.19.0
tox-gh==1.3.3
18 changes: 9 additions & 9 deletions CI/requirements_ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ bracex==2.4 \
--hash=sha256:a27eaf1df42cf561fed58b7a8f3fdf129d1ea16a81e1fadd1d17989bc6384beb \
--hash=sha256:efdc71eff95eaff5e0f8cfebe7d01adf2c8637c8c92edaf63ef348c241a82418
# via wcmatch
bump-my-version==0.26.0 \
--hash=sha256:9e2c01b7639960379440c4a371b3c8c0aa66cf6979985f1c9ba2e7c2fb4a185f \
--hash=sha256:fe35ebae91e92deebe809ce06bfa37303e45e4f087ad4a371f605702e767623f
bump-my-version==0.26.1 \
--hash=sha256:af1cada726cf6f9a723d18941c68c325d5196453a180b3a42f8e0b38567d734d \
--hash=sha256:be09c48111eeba56f8c870b69718013f52b5b6c6e65bc3bda5bc928181901c48
# via -r CI/requirements_ci.in
cachetools==5.5.0 \
--hash=sha256:02134e8439cdc2ffb62023ce1debca2944c3f289d66bb17ead3ab3dede74b292 \
Expand Down Expand Up @@ -222,9 +222,9 @@ docutils==0.21.2 \
--hash=sha256:3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f \
--hash=sha256:dafca5b9e384f0e419294eb4d2ff9fa826435bf15f15b7bd45723e8ad76811b2
# via flit
filelock==3.16.0 \
--hash=sha256:81de9eb8453c769b63369f87f11131a7ab04e367f8d97ad39dc230daa07e3bec \
--hash=sha256:f6ed4c963184f4c84dd5557ce8fece759a3724b37b80c6c4f20a2f63a4dc6609
filelock==3.16.1 \
--hash=sha256:2082e5703d51fbf98ea75855d9d5527e33d8ff23099bec374a134febee6946b0 \
--hash=sha256:c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435
# via
# tox
# virtualenv
Expand Down Expand Up @@ -433,9 +433,9 @@ tomlkit==0.13.0 \
# via
# bump-my-version
# pylint
tox==4.18.1 \
--hash=sha256:35d472032ee1f73fe20c3e0e73d7073a4e85075c86ff02c576f9fc7c6a15a578 \
--hash=sha256:3c0c96bc3a568a5c7e66387a4cfcf8c875b52e09f4d47c9f7a277ec82f1a0b11
tox==4.19.0 \
--hash=sha256:66177d887f9d7ef8eaa9b58b187f7b865fa4c58650086c01336e82c9831e1867 \
--hash=sha256:6e20a520db7710f6980b8ec96bde189d6b8cf41b327ec703b03e1a2a447b1aaf
# via
# -r CI/requirements_ci.in
# tox-gh
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dev = [
# Dev tools and testing
"black[jupyter] ==24.8.0",
"blackdoc ==0.3.9",
"bump-my-version ==0.26.0",
"bump-my-version ==0.26.1",
"codespell ==2.3.0",
"coverage[toml] >=7.5.0",
"coveralls >=4.0.0",
Expand All @@ -89,7 +89,7 @@ dev = [
"tokenize-rt >=5.2.0",
"tox >=4.17.0",
# "tox-conda", # Will be added when a tox@v4.0+ compatible plugin is released.
"vulture ==2.11",
"vulture ==2.12",
"xdoctest >=1.1.5",
"yamllint ==1.35.1"
]
Expand Down
Loading