Skip to content

Commit

Permalink
Build(deps): Bump packaging from 24.1 to 24.2 (#382)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <[email protected]>
  • Loading branch information
dependabot[bot] and RobPasMue authored Nov 11, 2024
1 parent ea5650f commit d6928af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dynamic = ["version"]

[project.optional-dependencies]
tests = [
"packaging==24.1",
"packaging==24.2",
"PyGithub==2.5.0",
"appdirs==1.4.4",
"requests==2.32.3",
Expand All @@ -55,7 +55,7 @@ doc = [
]
freeze = [
"pyinstaller==6.11.1",
"packaging==24.1",
"packaging==24.2",
"PyGithub==2.5.0",
"appdirs==1.4.4",
"requests==2.32.3",
Expand Down
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.32.3
packaging==24.1
packaging==24.2

0 comments on commit d6928af

Please sign in to comment.