Skip to content

Commit

Permalink
Bump the python-packages group with 2 updates (#10)
Browse files Browse the repository at this point in the history
* Bump the python-packages group with 2 updates

Bumps the python-packages group with 2 updates: [setuptools](https://github.com/pypa/setuptools) and [pyright](https://github.com/RobertCraigie/pyright-python).


Updates `setuptools` from 70.2.0 to 70.3.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v70.2.0...v70.3.0)

Updates `pyright` from 1.1.370 to 1.1.371
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.370...v1.1.371)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix lint

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Timur Ozheghin <[email protected]>
  • Loading branch information
dependabot[bot] and Timur Ozheghin authored Jul 15, 2024
1 parent 9d7643b commit 5bd5091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytest_service/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def run(self) -> Generator[T, None, None]:
image=self._image,
environment=self._get_container_environment(),
command=self._get_container_command(),
ports={self.service_port: unused_port},
ports={str(self.service_port): unused_port},
detach=True,
tmpfs={self.data_path: ""},
stderr=True,
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ pytest==8.2.2
isort==5.13.2
flake8==7.1.0
black==24.4.2
setuptools==70.2.0
setuptools==70.3.0
wheel==0.43.0
twine==5.1.1
pyright==1.1.370
pyright==1.1.371

docker==7.1.0

Expand Down

0 comments on commit 5bd5091

Please sign in to comment.