Skip to content

Commit

Permalink
Updated requirement package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
j4asper committed Jun 29, 2024
1 parent 57062ab commit 8f335fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dmr.py"
version = "1.1.2"
version = "1.1.3"
authors = [
{ name="Jasper", email="jasper@jazper.dk" },
]
Expand All @@ -29,10 +29,10 @@ classifiers = [
]

dependencies = [
"lxml == 4.9.3",
"requests == 2.31.0",
"aiohttp == 3.9.1",
"pydantic == 2.5.2"
"lxml == 5.2.2",
"requests == 2.32.3",
"aiohttp == 3.9.5",
"pydantic == 2.7.4"
]

[project.optional-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Only used when users clone the repo and need to install packages
lxml == 4.9.3
requests == 2.31.0
aiohttp == 3.9.1
pydantic == 2.5.2
lxml == 5.2.2
requests == 2.32.3
aiohttp == 3.9.5
pydantic == 2.7.4

0 comments on commit 8f335fd

Please sign in to comment.