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 packaging dependencies #1254

Merged
merged 5 commits into from
Dec 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
8 changes: 4 additions & 4 deletions requirements_release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ anyio==4.6.2.post1
# via httpx
bleach==6.0.0
# via readme-renderer
build==1.2.1
build==1.2.2.post1
# via -r requirements_release.in
certifi==2024.8.30
# via
Expand All @@ -35,9 +35,9 @@ filelock==3.16.1
# via virtualenv
h11==0.14.0
# via httpcore
hatch==1.13.0
hatch==1.14.0
# via -r requirements_release.in
hatchling==1.26.3
hatchling==1.27.0
# via hatch
httpcore==1.0.7
# via httpx
Expand Down Expand Up @@ -82,7 +82,7 @@ pathspec==0.12.1
# via hatchling
pexpect==4.9.0
# via hatch
pkginfo==1.10.0
pkginfo==1.12.0
# via twine
platformdirs==4.3.6
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ iniconfig==2.0.0
# via pytest
lxml==5.3.0
# via -r requirements_test.in
packaging==23.1
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
Expand Down