Skip to content

Commit

Permalink
chore(deps-dev): bump the development-dependencies group with 7 updat…
Browse files Browse the repository at this point in the history
…es (meltano#8439)

Bumps the development-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.54` | `1.34.59` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.98.17` | `6.99.2` |
| [moto](https://github.com/getmoto/moto) | `5.0.2` | `5.0.3` |
| [mypy](https://github.com/python/mypy) | `1.8.0` | `1.9.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.1.0` | `8.1.1` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.5` | `0.23.5.post1` |
| [types-python-slugify](https://github.com/python/typeshed) | `8.0.2.20240127` | `8.0.2.20240310` |


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

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

Updates `moto` from 5.0.2 to 5.0.3
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.2...5.0.3)

Updates `mypy` from 1.8.0 to 1.9.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.8.0...1.9.0)

Updates `pytest` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.1.0...8.1.1)

Updates `pytest-asyncio` from 0.23.5 to 0.23.5.post1
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.23.5...v0.23.5.post1)

Updates `types-python-slugify` from 8.0.2.20240127 to 8.0.2.20240310
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: boto3-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: types-python-slugify
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent 6b45053 commit ca66962
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 57 deletions.
101 changes: 51 additions & 50 deletions poetry.lock

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

14 changes: 7 additions & 7 deletions pyproject.toml
Expand Up @@ -100,18 +100,18 @@ s3 = ["boto3"]
[tool.poetry.group.dev.dependencies]
backoff = "^2.1.2"
black = "^24.2.0"
boto3-stubs = {extras = ["essential"], version = "1.34.54"}
boto3-stubs = {extras = ["essential"], version = "1.34.59"}
bumpversion = "^0.6.0"
colorama = "^0.4.4"
coverage = {extras = ["toml"], version = ">=7.3.2,!=7.3.3"}
freezegun = "^1.4.0"
hypothesis = "^6.98.17"
hypothesis = "^6.99.2"
mock = "^5.0.2"
moto = "^5.0.2"
mypy = "^1.8.0"
moto = "^5.0.3"
mypy = "^1.9.0"
pre-commit = "^3.5.0"
pytest = "^8.1.0"
pytest-asyncio = "^0.23.4"
pytest = "^8.1.1"
pytest-asyncio = "^0.23.5"
pytest-cov = "^4.1.0"
pytest-docker = "^3.1"
pytest-httpserver = "^1.0.10"
Expand All @@ -126,7 +126,7 @@ types-croniter = "^2.0.0"
types-jsonschema = "^4.21.0.20240118"
types-psutil = "^5.9.5.20240205"
types-python-dateutil = "^2.8.19.20240106"
types-python-slugify = "^8.0.2.20240127"
types-python-slugify = "^8.0.2.20240310"
types-pyyaml = "^6.0.12.12"
types-requests = "^2.31.0"
types-tabulate = "^0.9.0.20240106"
Expand Down

0 comments on commit ca66962

Please sign in to comment.