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 Jan 6, 2025
1 parent 7b33e04 commit ef4575d
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 32 deletions.
33 changes: 17 additions & 16 deletions custom/poetry.lock

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

10 changes: 5 additions & 5 deletions custom/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ transaction = "5.0"
cornice = "6.1.0"
requests = "2.32.3"
psycopg2 = "2.9.10"
c2cwsgiutils = { version = "6.1.4", extras = ["webserver"] }
c2cwsgiutils = { version = "6.1.5", extras = ["webserver"] }
cee-syslog-handler = "0.6.0"
PyJWT = "2.10.0"
redis = "5.2.0"
PyJWT = "2.10.1"
redis = "5.2.1"
PyYAML = "6.0.2"
sentry-sdk = "2.19.0"
sentry-sdk = "2.19.2"
requests-oauthlib = "2.0.0"
ujson = "5.10.0"
azure-storage-blob = "12.24.0"
Expand All @@ -47,7 +47,7 @@ cryptography = { version = "43.0.3", optional = true }

[tool.poetry.dev-dependencies]
prospector = { version = "1.13.3", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
prospector-profile-utils = "1.14.0"
prospector-profile-utils = "1.14.1"
prospector-profile-duplicated = "1.9.0"
types-requests = "2.32.0.20241016"
types-oauthlib = "3.2.0.20240806"
Expand Down
2 changes: 1 addition & 1 deletion custom/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
poetry==1.8.4
poetry==1.8.5
certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
cryptography>=43.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
8 changes: 4 additions & 4 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@geoblocks/proj": "0.4.10",
"@types/arcgis-rest-api": "10.4.8",
"@types/geojson": "7946.0.14",
"@types/geojson": "7946.0.15",
"@types/topojson-specification": "1.0.5",
"lit": "3.2.1",
"moment": "2.30.1",
Expand Down
8 changes: 4 additions & 4 deletions ui/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 ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"vite": "5.4.11"
},
"dependencies": {
"ngeo": "2.9.0-version-2.9-latest.20241107T160559Z.99aa1e7fb.2.9"
"ngeo": "2.9.0-version-2.9-latest.20241206T104704Z.0bc3efb55.2.9"
},
"alias": {
"ngeo/": "ngeo/distlib/src/",
Expand Down

0 comments on commit ef4575d

Please sign in to comment.