Use latest versions.
This commit is contained in:
parent
81e1d33658
commit
053a9540b5
|
|
@ -266,7 +266,7 @@ python-versions = ">=3.7"
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "04f8de2c636dd2d50ec89f72caf54b97e0a598a4efd29fda1443f941ef16aee5"
|
content-hash = "4295fda7bff63c728bb6fbedb7374ef0791ab7b716287c2106bdebade9c8f381"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
attrs = [
|
attrs = [
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@ classifiers = [
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
ezodf = "^0.3.2"
|
ezodf = "^0.3.2"
|
||||||
lxml = "^4.9.1"
|
lxml = "^4.9.2"
|
||||||
pandas = "^1.5.1"
|
pandas = "^1.5.2"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
black = "^22.10.0"
|
black = "^22.10.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue