Skip to content

Commit

Permalink
pip(deps): bump the pip group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [redis-om](https://github.com/redis/redis-om-python) | `0.3.0` | `0.3.1` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.99` | `1.34.104` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.21` | `9.5.22` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.100.5` | `6.102.1` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.361` | `1.1.362` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.3` | `0.4.4` |


Updates `redis-om` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/redis/redis-om-python/releases)
- [Commits](redis/redis-om-python@v0.3.0...v0.3.1)

Updates `boto3-stubs` from 1.34.99 to 1.34.104
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `mkdocs-material` from 9.5.21 to 9.5.22
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.21...9.5.22)

Updates `hypothesis` from 6.100.5 to 6.102.1
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.100.5...hypothesis-python-6.102.1)

Updates `pyright` from 1.1.361 to 1.1.362
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.361...v1.1.362)

Updates `ruff` from 0.4.3 to 0.4.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.3...v0.4.4)

---
updated-dependencies:
- dependency-name: redis-om
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: boto3-stubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 1495c86 commit 5ca7e8a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
72 changes: 36 additions & 36 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ python = "^3.11"
fastapi = "^0.111.0"
uvicorn = { extras = ["standard"], version = "^0.29.0" }
pydantic = ">=1.10.2,<2.0"
redis-om = "^0.3.0"
redis-om = "^0.3.1"
rq = "^1.16.2"
pyyaml = "^6.0.1"
redis = "^5.0.4"
docker = "^7.0.0"
google-cloud-compute = "^1.18.0"
boto3 = "^1.28.85"
botocore = "^1.31.85"
boto3-stubs = { extras = ["ec2"], version = "^1.34.99" }
boto3-stubs = { extras = ["ec2"], version = "^1.34.104" }
githubkit = { extras = ["auth-app"], version = "^0.11.4" }
rq-scheduler = "^0.13.1"

Expand All @@ -30,18 +30,18 @@ rq-scheduler = "^0.13.1"
optional = true

[tool.poetry.group.docs.dependencies]
mkdocs-material = "^9.5.21"
mkdocs-material = "^9.5.22"
mkdocs = "^1.5.3"

[tool.poetry.group.dev.dependencies]
connexion = "^3.0.5"
pytest = "^8.2.0"
pytest-cov = "^5.0.0"
hypothesis = "^6.100.5"
pyright = "^1.1.361"
hypothesis = "^6.102.1"
pyright = "^1.1.362"
black = "^24.4.2"
isort = "^5.13.2"
ruff = "^0.4.3"
ruff = "^0.4.4"
yamllint = "^1.35.1"
types-redis = "^4.6.0.20240425"

Expand Down

0 comments on commit 5ca7e8a

Please sign in to comment.