Bump twisted from 22.8.0 to 22.10.0 (#1780)

Bumps [twisted](https://github.com/twisted/twisted) from 22.8.0 to 22.10.0.
This commit is contained in:
dependabot[bot] 2022-11-06 13:52:32 +01:00 committed by GitHub
parent c320d89000
commit b6a8ff117e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,4 +11,4 @@ python-dateutil==2.8.2
service_identity==21.1.0
tftpy==0.8.2
treq==22.2.0
twisted==22.8.0
twisted==22.10.0

2
setup.py Executable file → Normal file
View File

@ -36,7 +36,7 @@ setup(
],
setup_requires=["incremental", "click"],
install_requires=[
"twisted==21.2.0",
"twisted==22.10.0",
"cryptography>=0.9.1",
"configparser",
"pyopenssl",