-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from OliverKillane/dependabot/pip/python-packa…
…ges-27b1a9837f update deps(deps): bump the python-packages group with 5 updates
- Loading branch information
Showing
4 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "xmlable" | ||
version = "2.0.1" | ||
version = "2.0.2" | ||
authors = [ | ||
{ name = "Oliver Killane", email = "[email protected]" }, | ||
] | ||
|
@@ -19,8 +19,8 @@ classifiers = [ | |
"Operating System :: OS Independent", | ||
] | ||
dependencies = [ | ||
"lxml==4.9.3", | ||
"lxml-stubs==0.4.0", | ||
"lxml==5.2.1", | ||
"lxml-stubs==0.5.1", | ||
"termcolor==2.4.0", | ||
"pyhumps==3.8.0", | ||
] | ||
|
@@ -31,7 +31,7 @@ dependencies = [ | |
"Source" = "https://github.com/OliverKillane/xmlable" | ||
|
||
[project.optional-dependencies] | ||
dev = ["black==23.11.0", "mypy==1.7.1", "pytest==7.4.3"] | ||
dev = ["black==24.4.0", "mypy==1.9.0", "pytest==8.1.1"] | ||
|
||
[tool.pytest.ini_options] | ||
minversion = "6.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters