Use latest versions.

This commit is contained in:
ljnsn 2022-12-21 19:49:48 +01:00
parent 81e1d33658
commit 053a9540b5
2 changed files with 3 additions and 3 deletions

2
poetry.lock generated
View File

@ -266,7 +266,7 @@ python-versions = ">=3.7"
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "04f8de2c636dd2d50ec89f72caf54b97e0a598a4efd29fda1443f941ef16aee5"
content-hash = "4295fda7bff63c728bb6fbedb7374ef0791ab7b716287c2106bdebade9c8f381"
[metadata.files]
attrs = [

View File

@ -17,8 +17,8 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
ezodf = "^0.3.2"
lxml = "^4.9.1"
pandas = "^1.5.1"
lxml = "^4.9.2"
pandas = "^1.5.2"
[tool.poetry.group.dev.dependencies]
black = "^22.10.0"