Skip to content

Commit

Permalink
Bump the development-dependencies group across 1 directory with 4 upd…
Browse files Browse the repository at this point in the history
…ates (#710)

* Bump the development-dependencies group across 1 directory with 4 updates

Bumps the development-dependencies group with 4 updates in the / directory: [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff), [types-setuptools](https://github.com/python/typeshed) and [werkzeug](https://github.com/pallets/werkzeug).


Updates `mypy` from 1.11.1 to 1.11.2
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.1...v1.11.2)

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

Updates `types-setuptools` from 71.1.0.20240818 to 73.0.0.20240822
- [Commits](https://github.com/python/typeshed/commits)

Updates `werkzeug` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.0.3...3.0.4)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: types-setuptools
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: werkzeug
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

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

* fix constraints

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Leon Luttenberger <[email protected]>
  • Loading branch information
dependabot[bot] and LeonLuttenberger authored Aug 26, 2024
1 parent 91661bd commit 8967c1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ pytest~=8.3.2
pytest-cov~=5.0.0
pytest-mock~=3.14.0
pytest-ordering~=0.6
ruff~=0.6.1
ruff~=0.6.2
twine~=5.1.1
types-PyYAML~=6.0.12
types-requests~=2.31.0.6
types-setuptools~=71.1.0
types-setuptools~=73.0.0
wheel~=0.44.0
moto[s3,sts,iam,codebuild,secretsmanager,ssm]~=5.0.13
requests~=2.32.3
werkzeug~=3.0.3
werkzeug~=3.0.4
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ more-itertools==10.3.0
# jaraco-functools
moto[codebuild,iam,s3,secretsmanager,ssm,sts]==5.0.13
# via -r requirements-dev.in
mypy==1.11.1
mypy==1.11.2
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -189,7 +189,7 @@ rich==13.7.1
# twine
rsa==4.7.2
# via awscli
ruff==0.6.1
ruff==0.6.2
# via -r requirements-dev.in
s3transfer==0.10.2
# via
Expand All @@ -216,7 +216,7 @@ types-pyyaml==6.0.12.20240808
# via -r requirements-dev.in
types-requests==2.31.0.6
# via -r requirements-dev.in
types-setuptools==71.1.0.20240818
types-setuptools==73.0.0.20240822
# via -r requirements-dev.in
types-urllib3==1.26.25.14
# via types-requests
Expand All @@ -231,7 +231,7 @@ urllib3==1.26.19
# requests
# responses
# twine
werkzeug==3.0.3
werkzeug==3.0.4
# via
# -r requirements-dev.in
# moto
Expand Down

0 comments on commit 8967c1a

Please sign in to comment.