Skip to content

Commit

Permalink
Update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 9, 2024
1 parent 3a8f37f commit 2edf612
Show file tree
Hide file tree
Showing 13 changed files with 529 additions and 391 deletions.
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rasterio = "==1.3.9" # geoportal raster
requests = "==2.31.0" # geoportal
redis = "==4.3.6" # geoportal cache
Shapely = "==1.8.5.post1" # geoportal
SQLAlchemy = "==1.4.50"
SQLAlchemy = "==1.4.51"
transaction = "==3.0.1" # commons, geoportal
translationstring = "==1.4" # admin
"zope.event" = "==4.4" # commons, geoportal
Expand Down Expand Up @@ -85,7 +85,7 @@ jinja2 = "==3.0.3"
jinja2-time = "==0.2.0"
jmespath = "==0.10.0"
lingua = "==4.15.0"
lxml = "==4.9.3"
lxml = "==4.9.4"
markupsafe = "==2.1.3"
munch = "==2.5.0"
netifaces = "==0.11.0"
Expand Down Expand Up @@ -115,7 +115,7 @@ pyramid-multiauth = "==1.0.1"
pyramid-tm = "==2.5"
python-slugify = "==4.0.1"
pytz = "==2021.3"
pyyaml-include = "==1.3.1"
pyyaml-include = "==1.3.2"
"repoze.lru" = "==0.7"
requests-oauthlib = "==1.3.1"
s3transfer = "==0.5.2"
Expand Down Expand Up @@ -157,7 +157,7 @@ prospector = {extras = ["with_mypy", "with_bandit"], version = "==1.7.7"}
flake8 = "==4.0.1"
types-pytz = "==2021.3.8"
types-pyyaml = "==6.0.12.12"
types-python-dateutil = "==2.8.19.14"
types-python-dateutil = "==2.8.19.20240106"
types-requests = "==2.27.31"
types-pkg-resources = "==0.1.3"
mappyfile = "==0.9.7"
Expand All @@ -166,7 +166,7 @@ c2cciutils = "==1.1.32"
mapbox-vector-tile = "==1.2.1"
# Lock dependencies
astroid = "==2.9.3"
bandit = "==1.7.5"
bandit = "==1.7.6"
docopt = "==0.6.2"
dodgy = "==0.2.1"
flake8-polyfill = "==1.0.2"
Expand Down
273 changes: 137 additions & 136 deletions Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true

[packages]
alabaster = "==0.7.13" # theme
alabaster = "==0.7.15" # theme
Pygments = "==2.15.1"
Sphinx = "==4.4.0"
sphinx-prompt = "==1.5.0"
Expand Down
8 changes: 4 additions & 4 deletions doc/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"description": "GeoMapFish documentation",
"author": "",
"dependencies": {
"ngeo": "2.7.0-version-2.7-latest.20231201T170806Z.891a73798.2.7"
"ngeo": "2.7.0-version-2.7-latest.20240101T182558Z.498148f13.2.7"
}
}
191 changes: 96 additions & 95 deletions docker/config/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docker/config/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ python = ">=3.10,<3.11"
c2c-template = "2.3.0"
fiona = "1.8.22"
defusedxml = "0.7.1"
lxml = "4.9.3"
lxml = "4.9.4"
certifi = "2023.7.22"
4 changes: 2 additions & 2 deletions docker/qgisserver/python/3.10/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ papyrus = "==2.4" # commons
transaction = "==3.0.1" # commons
"c2c.template" = "==2.3.0"
GeoAlchemy2 = "==0.11.1"
SQLAlchemy = "==1.4.50" # commons
SQLAlchemy = "==1.4.51" # commons
"zope.event" = "==4.4" # commons
"zope.sqlalchemy" = "==1.2" # commons
shapely = "==1.8.5.post1"
Expand Down Expand Up @@ -51,7 +51,7 @@ types-pyyaml = "==6.0.12.12"

# Lock dependencies
astroid = "==2.9.3"
bandit = "==1.7.5"
bandit = "==1.7.6"
dodgy = "==0.2.1"
flake8-polyfill = "==1.0.2"
gitdb = "==4.0.11"
Expand Down
99 changes: 39 additions & 60 deletions docker/qgisserver/python/3.10/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docker/qgisserver/python/3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ papyrus = "==2.4" # commons
transaction = "==3.0.1" # commons
"c2c.template" = "==2.3.0"
GeoAlchemy2 = "==0.11.1"
SQLAlchemy = "==1.4.50" # commons
SQLAlchemy = "==1.4.51" # commons
"zope.event" = "==4.4" # commons
"zope.sqlalchemy" = "==1.2" # commons
shapely = "==1.8.5.post1"
Expand Down Expand Up @@ -51,7 +51,7 @@ types-pyyaml = "==6.0.12.12"

# Lock dependencies
astroid = "==2.9.3"
bandit = "==1.7.5"
bandit = "==1.7.6"
dodgy = "==0.2.1"
flake8-polyfill = "==1.0.2"
gitdb = "==4.0.11"
Expand Down
Loading

0 comments on commit 2edf612

Please sign in to comment.