Bump dependencies

This commit is contained in:
Adam Goldsmith 2022-05-31 12:37:05 -04:00
parent af6ecb2864
commit 63bd8efaf2
2 changed files with 808 additions and 461 deletions

1259
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -17,16 +17,16 @@ authors = ["Adam Goldsmith <adam@adamgoldsmith.name>"]
[tool.poetry.dependencies]
python = "^3.7"
requests = "^2.23.0"
"ruamel.yaml" = "^0.16.10"
"ruamel.yaml" = "^0.17.20"
bitstring = "^3.1.6"
lxml = "^4.5.0"
peewee = "^3.13.2"
mysqlclient = "^1.4.6"
udm-rest-client = "^0.4.0"
mysqlclient = "^2.1.0"
udm-rest-client = "^1.0.6"
[tool.poetry.dev-dependencies]
black = "^19.10b0"
isort = "^4.3.21"
black = "^22.3.0"
isort = "^5.10.1"
[tool.poetry.scripts]
doorUpdater = 'memberPlumbing.doorUpdater:main'