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 1, 2024
1 parent 9b0790e commit 012b2b9
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 32 deletions.
26 changes: 13 additions & 13 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
@@ -1,7 +1,7 @@
{
"devDependencies": {
"commander": "12.1.0",
"puppeteer": "23.2.1"
"puppeteer": "23.2.2"
},
"type": "module"
}
28 changes: 15 additions & 13 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ python = ">=3.10,<3.12"
c2cwsgiutils = { version = "6.0.8", extras = ["standard", "broadcast", "oauth2", "debug"] }
pyramid-mako = "1.1.0"
python-dateutil = "2.9.0.post0"
tilecloud = { version = "1.12.2", extras = ["azure", "aws", "redis", "wsgi"] }
tilecloud = { version = "1.12.3", extras = ["azure", "aws", "redis", "wsgi"] }
Jinja2 = "3.1.4"
PyYAML = "6.0.2"
Shapely = "2.0.6"
Expand All @@ -73,11 +73,11 @@ certifi = "2024.7.4"
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.10.3" }
c2cwsgiutils = { version = "6.0.8", extras = ["test_images"] }
scikit-image = { version = "0.24.0" }
pytest = "8.3.2"
pytest = "8.3.3"
testfixtures = "8.3.0"
coverage = "7.6.1"
types-redis = "4.6.0.20240819"
types-requests = "2.32.0.20240712"
types-redis = "4.6.0.20240903"
types-requests = "2.32.0.20240914"

[tool.poetry.group.dev.dependencies]
prospector-profile-duplicated = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
poetry==1.8.3
poetry-plugin-export==1.8.0
poetry-dynamic-versioning==1.4.0
poetry-dynamic-versioning==1.4.1
poetry-plugin-tweak-dependencies-version==1.5.2
pip==24.2
poetry-plugin-drop-python-upper-constraint==0.1.0

0 comments on commit 012b2b9

Please sign in to comment.