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 1, 2024
1 parent f2aa09e commit db117cc
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion custom/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.6.2 AS base-all
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.6.4 AS base-all

# Fail on error on pipe, see: https://github.com/hadolint/hadolint/wiki/DL4006.
# Treat unset variables as an error when substituting.
Expand Down
116 changes: 58 additions & 58 deletions custom/poetry.lock

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

6 changes: 3 additions & 3 deletions custom/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ pyramid = "2.0.2"
pyramid-mako = "1.1.0"
pyramid-debugtoolbar = "4.12.1"
waitress = "3.0.0"
alembic = "1.13.1"
alembic = "1.13.2"
pyramid-retry = "2.1.1"
pyramid-tm = "2.5"
sqlalchemy = "2.0.30"
sqlalchemy = "2.0.31"
transaction = "4.0"
"zope.sqlalchemy" = "3.1"
cornice = "6.1.0"
Expand All @@ -25,7 +25,7 @@ psycopg2 = "2.9.9"
c2cwsgiutils = { version = "6.0.8", extras = ["webserver"] }
cee-syslog-handler = "0.6.0"
PyJWT = "2.8.0"
redis = "5.0.4"
redis = "5.0.7"
PyYAML = "6.0.1"
sentry-sdk = "2.3.1"
requests-oauthlib = "2.0.0"
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"dependencies": {},
"devDependencies": {
"lit": "3.1.3",
"lit": "3.1.4",
"typescript": "5.4.5",
"vite": "5.2.12"
"vite": "5.2.13"
}
}

0 comments on commit db117cc

Please sign in to comment.