Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CVE #10043

Merged
merged 1 commit into from Oct 4, 2022
Merged

Fix CVE #10043

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions Pipfile
Expand Up @@ -98,7 +98,7 @@ GeoAlchemy2 = "==0.8.4" # commons, geoportal
geojson = "==2.5.0" # geoportal
getitfixed = "==1.0.29" # geoportal
isodate = "==0.6.0" # geoportal
Mako = "==1.1.4" # geoportal
Mako = "==1.2.2" # geoportal
OWSLib = "==0.22.0" # geoportal
papyrus = "==2.4" # commons, geoportal
passwordgenerator = "==1.4" # # geoportal
Expand Down Expand Up @@ -151,7 +151,7 @@ iso8601 = "==0.1.13"
jinja2 = "==2.11.3"
linesman = "==0.3.2"
lingua = "==4.14"
lxml = "==4.6.5"
lxml = "==4.9.1"
markupsafe = "==1.1.1"
munch = "==2.5.0"
netifaces = "==0.10.9"
Expand Down Expand Up @@ -183,8 +183,8 @@ snuggs = "==1.4.7"
sqlalchemy-utils = "==0.36.8"
stevedore = "==3.3.0"
toml = "==0.10.2"
ujson = "==5.2.0"
urllib3 = "==1.26.8"
ujson = "==5.4.0"
urllib3 = "==1.26.3"
venusian = "==3.0.0"
waitress = "==2.1.2"
webob = "==1.8.6"
Expand Down