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 ea7235f commit 6bad5b1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ prometheus_client = { version = "0.20.0", optional = true }
Pillow = "10.3.0"
pyproj = "3.6.1"
pyramid = { version = "2.0.2", optional = true }
requests = "2.32.2"
requests = "2.32.3"
redis = { version = "5.0.8", optional = true }
cryptography = "43.0.1"

Expand All @@ -77,11 +77,11 @@ prospector-profile-utils = "1.7.2"
pytest = "8.2.2"
pytest-cov = "5.0.0"
types-boto = "2.49.18.20240806"
types-redis = "4.6.0.20240819"
types-redis = "4.6.0.20240903"
types-requests = "2.31.0.20240406"
pycairo = "1.26.1"
Shapely = "2.0.6"
urllib3 = "2.2.2" # Lock the used version to avoid lock issue
urllib3 = "2.2.3" # Lock the used version to avoid lock issue

[build-system]
requires = [
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
poetry==1.8.3
poetry-plugin-export==1.8.0
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.4.0
poetry-dynamic-versioning==1.4.1
poetry-plugin-drop-python-upper-constraint==0.1.0

0 comments on commit 6bad5b1

Please sign in to comment.