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] authored Feb 3, 2025
1 parent f71e5f6 commit ab9cd24
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 60 deletions.
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ click-plugins = "==1.1.1"
cligj = "==0.7.2"
cornice = "==6.0.1"
decorator = "==5.1.1"
deprecated = "==1.2.15"
deprecated = "==1.2.18"
graphviz = "==0.19.2"
greenlet = "==1.1.3.post0"
gunicorn = "==22.0.0"
Expand Down Expand Up @@ -152,7 +152,7 @@ polib = "==1.1.1" # i18n
pykwalify = "==1.7.0" # Validate config
pytest-cov = "==3.0.0" # tests
transifex-client = "==0.12.5" # Makefile
WebTest = "==3.0.2" # admin tests
WebTest = "==3.0.3" # admin tests
prospector = {extras = ["with_mypy", "with_bandit"], version = "==1.7.7"}
flake8 = "==4.0.1"
types-pytz = "==2021.3.8"
Expand All @@ -171,8 +171,8 @@ docopt = "==0.6.2"
dodgy = "==0.2.1"
flake8-polyfill = "==1.0.2"
future = "==0.18.3"
gitdb = "==4.0.11"
gitpython = "==3.1.43"
gitdb = "==4.0.12"
gitpython = "==3.1.44"
iniconfig = "==1.1.1"
jsonref = "==0.2"
lark-parser = "==0.12.0"
Expand All @@ -195,7 +195,7 @@ requirements-detector = "==0.7"
responses = "==0.20.0"
setoptconf-tmp = "==0.3.1"
shapely = "==1.8.5.post1"
smmap = "==5.0.1"
smmap = "==5.0.2"
snowballstemmer = "==2.2.0"
soupsieve = "==2.3.2.post1"
types-urllib3 = "==1.26.25.14"
Expand Down
50 changes: 25 additions & 25 deletions 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 docker/qgisserver/python/3.10/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ psycopg2 = "==2.9.10"
pytz = "==2021.3"
# Lock dependencies
bottle = "==0.12.25"
deprecated = "==1.2.15"
deprecated = "==1.2.18"
geojson = "==2.5.0"
greenlet = "==1.1.3.post0"
hupper = "==1.10.3"
Expand Down Expand Up @@ -51,8 +51,8 @@ astroid = "==2.9.3"
bandit = "==1.7.10"
dodgy = "==0.2.1"
flake8-polyfill = "==1.0.2"
gitdb = "==4.0.11"
gitpython = "==3.1.43"
gitdb = "==4.0.12"
gitpython = "==3.1.44"
isort = "==5.10.1"
lazy-object-proxy = "==1.7.1"
mccabe = "==0.6.1"
Expand All @@ -71,7 +71,7 @@ pylint-plugin-utils = "==0.7"
requirements-detector = "==0.7"
setoptconf-tmp = "==0.3.1"
setuptools = "==70.0.0"
smmap = "==5.0.1"
smmap = "==5.0.2"
snowballstemmer = "==2.2.0"
stevedore = "==3.5.2"
toml = "==0.10.2"
Expand Down
44 changes: 22 additions & 22 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.

8 changes: 4 additions & 4 deletions docker/qgisserver/python/3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ psycopg2 = "==2.9.10"
pytz = "==2021.3"
# Lock dependencies
bottle = "==0.12.25"
deprecated = "==1.2.15"
deprecated = "==1.2.18"
geojson = "==2.5.0"
greenlet = "==1.1.3.post0"
hupper = "==1.10.3"
Expand Down Expand Up @@ -52,8 +52,8 @@ astroid = "==2.9.3"
bandit = "==1.7.10"
dodgy = "==0.2.1"
flake8-polyfill = "==1.0.2"
gitdb = "==4.0.11"
gitpython = "==3.1.43"
gitdb = "==4.0.12"
gitpython = "==3.1.44"
isort = "==5.10.1"
lazy-object-proxy = "==1.7.1"
mccabe = "==0.6.1"
Expand All @@ -72,7 +72,7 @@ pylint-plugin-utils = "==0.7"
requirements-detector = "==0.7"
setoptconf-tmp = "==0.3.1"
setuptools = "==59.8.0"
smmap = "==5.0.1"
smmap = "==5.0.2"
snowballstemmer = "==2.2.0"
stevedore = "==3.5.2"
toml = "==0.10.2"
Expand Down

0 comments on commit ab9cd24

Please sign in to comment.