Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalGawor committed Aug 7, 2024
1 parent d2cd61e commit 953ae45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ homepage = ""
repository = "https://github.com/clarin-eric/DOGlib"

[tool.poetry.dependencies]
certifi = "*"
lxml = ">=4.9.3"
pycurl = ">=7.43.0"
python = ">=3.11.*"
certifi = "2024.7.4"
lxml = "5.2.2"
pycurl = "7.43.5"
python = '>=3.12.*,<4.0'

[tool.poetry-dynamic-versioning]
enable = true
Expand Down

0 comments on commit 953ae45

Please sign in to comment.