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 Jul 26, 2023
1 parent a286676 commit 70c542f
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 56 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,13 @@ WebTest = "==3.0.0" # admin tests
prospector = {extras = ["with_mypy", "with_bandit"], version = "==1.7.7"}
flake8 = "==4.0.1"
types-pytz = "==2021.3.8"
types-pyyaml = "==6.0.12.10"
types-python-dateutil = "==2.8.19.13"
types-pyyaml = "==6.0.12.11"
types-python-dateutil = "==2.8.19.14"
types-requests = "==2.27.31"
types-pkg-resources = "==0.1.3"
mappyfile = "==0.9.7"
chardet = "==4.0.0" # for Transifex
c2cciutils = "==1.1.25"
c2cciutils = "==1.1.26"
mapbox-vector-tile = "==1.2.1"
# Lock dependencies
astroid = "==2.9.3"
Expand Down Expand Up @@ -198,7 +198,7 @@ shapely = "==1.8.5.post1"
smmap = "==5.0.0"
snowballstemmer = "==2.2.0"
soupsieve = "==2.3.2.post1"
types-urllib3 = "==1.26.25.13"
types-urllib3 = "==1.26.25.14"

[requires]
python_version = "3.8"
2 changes: 1 addition & 1 deletion doc/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ markupsafe = "==2.0.1"
packaging = "==21.3"
pyparsing = "==3.0.9"
pytz = "==2021.3"
pyyaml = "==6.0"
pyyaml = "==6.0.1"
requests = "==2.31.0"
snowballstemmer = "==2.2.0"
sphinxcontrib-applehelp = "==1.0.4"
Expand Down
88 changes: 44 additions & 44 deletions doc/Pipfile.lock

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

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.20230707T115950Z.a1a419fb1.2.7"
"ngeo": "2.7.0-version-2.7-latest.20230724T150951Z.5eedc1039.2.7"
}
}
2 changes: 1 addition & 1 deletion docker/qgisserver/python/3.10/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ wrapt = "==1.13.3"
[dev-packages]
prospector = {extras = ["with_mypy", "with_bandit"], version = "==1.7.7"}
flake8 = "==4.0.1"
types-pyyaml = "==6.0.12.10"
types-pyyaml = "==6.0.12.11"

# Lock dependencies
astroid = "==2.9.3"
Expand Down
2 changes: 1 addition & 1 deletion docker/qgisserver/python/3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ wrapt = "==1.13.3"
[dev-packages]
prospector = {extras = ["with_mypy", "with_bandit"], version = "==1.7.7"}
flake8 = "==4.0.1"
types-pyyaml = "==6.0.12.10"
types-pyyaml = "==6.0.12.11"

# Lock dependencies
astroid = "==2.9.3"
Expand Down

0 comments on commit 70c542f

Please sign in to comment.