Upgrade dependencies (#959)
* Bump werkzeug from 0.16.0 to 2.2.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.0 to 2.2.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/0.16.0...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Fix dependency issue * Upgrade all dependencies to latest version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Busby <contact@benbusby.com>main
parent
c4c32a4bcc
commit
da53db2a81
|
@ -1,34 +1,34 @@
|
||||||
attrs==19.3.0
|
attrs==22.2.0
|
||||||
beautifulsoup4==4.10.0
|
beautifulsoup4==4.11.2
|
||||||
brotli==1.0.9
|
brotli==1.0.9
|
||||||
cachelib==0.4.1
|
cachelib==0.10.2
|
||||||
certifi==2022.12.7
|
certifi==2022.12.7
|
||||||
cffi==1.15.0
|
cffi==1.15.1
|
||||||
chardet==3.0.4
|
chardet==5.1.0
|
||||||
click==8.0.3
|
click==8.1.3
|
||||||
cryptography==39.0.1
|
cryptography==39.0.1
|
||||||
cssutils==2.4.0
|
cssutils==2.6.0
|
||||||
defusedxml==0.7.1
|
defusedxml==0.7.1
|
||||||
Flask==1.1.1
|
Flask==2.2.3
|
||||||
idna==2.9
|
idna==3.4
|
||||||
itsdangerous==1.1.0
|
itsdangerous==2.1.2
|
||||||
Jinja2==2.11.3
|
Jinja2==3.1.2
|
||||||
MarkupSafe==1.1.1
|
MarkupSafe==2.1.2
|
||||||
more-itertools==8.3.0
|
more-itertools==9.0.0
|
||||||
packaging==20.4
|
packaging==23.0
|
||||||
pluggy==0.13.1
|
pluggy==1.0.0
|
||||||
pycodestyle==2.6.0
|
pycodestyle==2.10.0
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
pyOpenSSL==19.1.0
|
pyOpenSSL==23.0.0
|
||||||
pyparsing==2.4.7
|
pyparsing==3.0.9
|
||||||
PySocks==1.7.1
|
PySocks==1.7.1
|
||||||
pytest==7.2.0
|
pytest==7.2.1
|
||||||
python-dateutil==2.8.1
|
python-dateutil==2.8.2
|
||||||
requests==2.25.1
|
requests==2.28.2
|
||||||
soupsieve==1.9.5
|
soupsieve==2.4
|
||||||
stem==1.8.0
|
stem==1.8.1
|
||||||
urllib3==1.26.5
|
urllib3==1.26.14
|
||||||
waitress==2.1.2
|
waitress==2.1.2
|
||||||
wcwidth==0.1.9
|
wcwidth==0.2.6
|
||||||
Werkzeug==0.16.0
|
Werkzeug==2.2.3
|
||||||
python-dotenv==0.16.0
|
python-dotenv==0.21.1
|
||||||
|
|
Loading…
Reference in New Issue