Skip to content

Commit 2d70f95

Browse files
Bump python-on-whales from 0.32.0 to 0.33.0 (#6407)
* Bump python-on-whales from 0.32.0 to 0.33.0 Bumps [python-on-whales](https://github.com/gabrieldemarmiesse/python-on-whales) from 0.32.0 to 0.33.0. - [Release notes](https://github.com/gabrieldemarmiesse/python-on-whales/releases) - [Commits](gabrieldemarmiesse/python-on-whales@v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: python-on-whales dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Recompile requirements/constraints.txt Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 677eec9 commit 2d70f95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ pytest-mock==3.6.1
162162
# via -r requirements/test.txt
163163
python-dateutil==2.8.2
164164
# via freezegun
165-
python-on-whales==0.32.0 ; python_version >= "3.7"
165+
python-on-whales==0.33.0 ; python_version >= "3.7"
166166
# via -r requirements/test.txt
167167
pytz==2021.3
168168
# via babel

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ proxy.py ~= 2.4.0a2
99
pytest==6.2.5
1010
pytest-cov==3.0.0
1111
pytest-mock==3.6.1
12-
python-on-whales==0.32.0; python_version>="3.7"
12+
python-on-whales==0.33.0; python_version>="3.7"
1313
re-assert==1.1.0
1414
setuptools-git==1.2
1515
trustme==0.9.0; platform_machine!="i686" # no 32-bit wheels

0 commit comments

Comments
 (0)