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 Oct 2, 2024
1 parent 3634609 commit 09efa44
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python 3.8.19 3.6.15
python 3.8.20 3.6.15
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ verify_ssl = true
[dev-packages]
awscli = "==1.19.112" # Work with Object storage
Babel = "==2.9.1" # i18n
bandit = "==1.7.9" # lint
bandit = "==1.7.10" # lint
beautifulsoup4 = "==4.9.3" # admin tests
coverage = "==5.4" # Build coverage XML for Codacy
Jinja2 = "==3.1.4" # c2c.template
Expand Down Expand Up @@ -91,7 +91,7 @@ ColanderAlchemy = "==0.3.4" # commons
deform = "==2.0.15" # commons, admin
defusedxml = "==0.6.0" # geoportal
"dogpile.cache" = "==1.0.2" # geoportal
Fiona = "==1.10.0rc1" # geoportal raster
Fiona = "==1.10.1" # geoportal raster
GeoAlchemy2 = "==0.8.5" # commons, geoportal
geojson = "==2.5.0" # geoportal
getitfixed = "==1.0.29" # geoportal
Expand Down
9 changes: 5 additions & 4 deletions admin/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 admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bootstrap-table": "1.20.2",
"jquery": "3.5.1",
"jquery.scrollintoview": "1.9.4",
"jstree": "3.3.16",
"jstree": "3.3.17",
"jstreegrid": "3.10.2",
"magicsuggest-alpine": "1.0.0",
"typeahead.js": "0.11.1"
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 @@ -40,7 +40,7 @@ mypy = "==0.790" # lint
prospector = { extras = ["with_mypy", "with_bandit"], version = "==1.3.1" }
flake8 = "==3.8.4"
# Lock dependencies
bandit = "==1.7.9"
bandit = "==1.7.10"
dodgy = "==0.2.1"
flake8-polyfill = "==1.0.2"
gitdb = "==4.0.11"
Expand Down
16 changes: 8 additions & 8 deletions docker/qgisserver/python/3.8/Pipfile.lock

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

0 comments on commit 09efa44

Please sign in to comment.