Skip to content

Commit

Permalink
Update all minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent fa17606 commit dd534f2
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 140 deletions.
71 changes: 38 additions & 33 deletions custom/poetry.lock

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

16 changes: 8 additions & 8 deletions custom/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ pyramid = "2.0.2"
pyramid-mako = "1.1.0"
pyramid-debugtoolbar = "4.12.1"
waitress = "3.0.1"
alembic = "1.13.3"
alembic = "1.14.0"
pyramid-retry = "2.1.1"
pyramid-tm = "2.5"
pyramid-tm = "2.6"
sqlalchemy = "2.0.36"
transaction = "5.0"
"zope.sqlalchemy" = "3.1"
Expand All @@ -29,13 +29,13 @@ requests = "2.32.3"
psycopg2 = "2.9.10"
c2cwsgiutils = { version = "6.1.0", extras = ["webserver"] }
cee-syslog-handler = "0.6.0"
PyJWT = "2.9.0"
PyJWT = "2.10.0"
redis = "5.2.0"
PyYAML = "6.0.2"
sentry-sdk = "2.17.0"
sentry-sdk = "2.19.0"
requests-oauthlib = "2.0.0"
ujson = "5.10.0"
azure-storage-blob = "12.23.1"
azure-storage-blob = "12.24.0"
azure-identity = "1.19.0"
papyrus = "2.6.2"
geojson = "3.1.0"
Expand All @@ -46,9 +46,9 @@ webob = { version = "1.8.9", optional = true }
cryptography = { version = "43.0.3", optional = true }

[tool.poetry.dev-dependencies]
prospector = { version = "1.12.1", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector-profile-utils = "1.9.1"
prospector-profile-duplicated = "1.6.0"
prospector = { version = "1.13.3", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector-profile-utils = "1.12.2"
prospector-profile-duplicated = "1.8.0"
types-requests = "2.32.0.20241016"
types-oauthlib = "3.2.0.20240806"

Expand Down
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 @@ -16,7 +16,7 @@
"ol": "7.5.2",
"rbush": "^4.0.0",
"rxjs": "7.8.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.10"
}
}
Loading

0 comments on commit dd534f2

Please sign in to comment.