Skip to content

Commit

Permalink
Update Python dependencies (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 6, 2023
1 parent 1db0320 commit 1cc531c
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
60 changes: 30 additions & 30 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ flake8 = "^5.0.4"
flake8-docstrings = "^1.6.0"
flake8-copyright = "^0.2.3"
flake8-builtins = "^2.0.1"
pyproject-flake8 = "^5.0.4.post1"
pyproject-flake8 = "^5.0.4-post.0"
pep8-naming = "^0.13.2"
codespell = "^2.2.2"

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ importlib-resources==5.12.0 ; python_full_version >= "3.8.10" and python_version
jsonschema==4.17.3 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0" \
--hash=sha256:0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d \
--hash=sha256:a870ad254da1a8ca84b6a2905cac29d265f805acc57af304784962a2aa6508f6
ops==2.1.1 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0" \
--hash=sha256:b2802068557c64121bf50ccfe101b043ed08c02ac5f958e55752c476b09de63d \
--hash=sha256:bed9f14b785efaa83f89b9c76b87bd1b3b82b0350c453b41dce778b39c7410b4
ops==2.2.0; python_full_version >= "3.8.10" and python_full_version < "4.0.0" \
--hash=sha256:14d4c43f4a4dc0830af1b2cb21313ef93308d3c389f7bedecc14a70b69000b64 \
--hash=sha256:90fa55249f5c3a7bcb7cc73731227eac867f9bb8426100d10724fe461de142a8
pkgutil-resolve-name==1.3.10 ; python_full_version >= "3.8.10" and python_version < "3.9" \
--hash=sha256:357d6c9e6a755653cfd78893817c0853af365dd51ec97f3d358a819373bbd174 \
--hash=sha256:ca27cc078d25c5ad71a9de0a7a330146c4e014c2462d9af19c6b828280649c5e
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/ha_tests/application_charm/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ops >= 1.5.0
tenacity==8.1.0
pymongo==4.2.0
tenacity==8.2.2
pymongo==4.3.3

0 comments on commit 1cc531c

Please sign in to comment.