Skip to content

Commit

Permalink
Bump python-on-whales from 0.65.0 to 0.66.0
Browse files Browse the repository at this point in the history
Bumps [python-on-whales](https://github.com/gabrieldemarmiesse/python-on-whales) from 0.65.0 to 0.66.0.
- [Release notes](https://github.com/gabrieldemarmiesse/python-on-whales/releases)
- [Commits](gabrieldemarmiesse/python-on-whales@v0.65.0...v0.66.0)

---
updated-dependencies:
- dependency-name: python-on-whales
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 987dccf commit efe2353
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
6 changes: 4 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ pyenchant==3.2.2
pygments==2.15.1
# via sphinx
pyjwt==2.3.0
# via gidgethub
# via
# gidgethub
# pyjwt
pyparsing==2.4.7
# via packaging
pytest==7.4.3
Expand All @@ -166,7 +168,7 @@ pytest-mock==3.12.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via time-machine
python-on-whales==0.65.0
python-on-whales==0.66.0
# via -r requirements/test.in
pytz==2021.3
# via babel
Expand Down
17 changes: 15 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ idna==3.4
# yarl
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
# via sphinx
importlib-resources==6.1.0
# via towncrier
incremental==22.10.0
# via towncrier
iniconfig==2.0.0
Expand Down Expand Up @@ -138,7 +142,9 @@ pydantic-core==2.6.0
pygments==2.15.1
# via sphinx
pyjwt==2.8.0
# via gidgethub
# via
# gidgethub
# pyjwt
pyproject-hooks==1.0.0
# via build
pytest==7.4.3
Expand All @@ -153,8 +159,10 @@ pytest-mock==3.12.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via time-machine
python-on-whales==0.65.0
python-on-whales==0.66.0
# via -r requirements/test.in
pytz==2023.3.post1
# via babel
pyyaml==6.0.1
# via pre-commit
re-assert==1.1.0
Expand Down Expand Up @@ -222,6 +230,7 @@ typing-extensions==4.7.1
# via
# -r requirements/typing-extensions.in
# aioredis
# annotated-types
# mypy
# pydantic
# pydantic-core
Expand All @@ -245,6 +254,10 @@ wheel==0.41.0
# via pip-tools
yarl==1.9.2
# via -r requirements/runtime-deps.in
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
Expand Down
3 changes: 2 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pytest-mock==3.12.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via time-machine
python-on-whales==0.65.0
python-on-whales==0.66.0
# via -r requirements/test.in
re-assert==1.1.0
# via -r requirements/test.in
Expand Down Expand Up @@ -112,6 +112,7 @@ typer==0.9.0
typing-extensions==4.7.1
# via
# -r requirements/typing-extensions.in
# annotated-types
# mypy
# pydantic
# pydantic-core
Expand Down

0 comments on commit efe2353

Please sign in to comment.