Skip to content

Commit

Permalink
Bump the dependencies group in /.config with 9 updates (#279)
Browse files Browse the repository at this point in the history
* Bump the dependencies group in /.config with 9 updates

Bumps the dependencies group in /.config with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [astroid](https://github.com/pylint-dev/astroid) | `3.2.4` | `3.3.2` |
| [griffe](https://github.com/mkdocstrings/griffe) | `0.48.0` | `1.1.0` |
| [markdown](https://github.com/Python-Markdown/markdown) | `3.6` | `3.7` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.10.7` | `1.10.8` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.7` | `0.6.1` |
| [soupsieve](https://github.com/facelessuser/soupsieve) | `2.5` | `2.6` |
| [tomlkit](https://github.com/sdispater/tomlkit) | `0.13.0` | `0.13.2` |
| [tox](https://github.com/tox-dev/tox) | `4.17.1` | `4.18.0` |
| [watchdog](https://github.com/gorakhargosh/watchdog) | `4.0.1` | `4.0.2` |


Updates `astroid` from 3.2.4 to 3.3.2
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v3.2.4...v3.3.2)

Updates `griffe` from 0.48.0 to 1.1.0
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@0.48.0...1.1.0)

Updates `markdown` from 3.6 to 3.7
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
- [Commits](Python-Markdown/markdown@3.6...3.7)

Updates `mkdocstrings-python` from 1.10.7 to 1.10.8
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/python@1.10.7...1.10.8)

Updates `ruff` from 0.5.7 to 0.6.1
- [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.5.7...0.6.1)

Updates `soupsieve` from 2.5 to 2.6
- [Release notes](https://github.com/facelessuser/soupsieve/releases)
- [Commits](facelessuser/soupsieve@2.5...2.6)

Updates `tomlkit` from 0.13.0 to 0.13.2
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md)
- [Commits](python-poetry/tomlkit@0.13.0...0.13.2)

Updates `tox` from 4.17.1 to 4.18.0
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.17.1...4.18.0)

Updates `watchdog` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](gorakhargosh/watchdog@v4.0.1...v4.0.2)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: griffe
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: markdown
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mkdocstrings-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: soupsieve
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tomlkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tox
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: watchdog
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert incompatible astroid

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: shatakshiiii <shatakshimishra01@gmail.com>
  • Loading branch information
dependabot[bot] and shatakshiiii authored Aug 19, 2024
1 parent 2b9b444 commit f8f5a83
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ execnet==2.1.1
filelock==3.15.4
flake8==7.1.1
ghp-import==2.1.0
griffe==0.48.0
griffe==1.1.0
htmlmin2==0.1.13
identify==2.6.0
idna==3.7
Expand All @@ -41,7 +41,7 @@ isort==5.13.2
jinja2==3.1.4
jsmin==3.0.1
linkchecker==10.4.0
markdown==3.6
markdown==3.7
markdown-exec==1.9.3
markdown-include==0.8.1
markupsafe==2.1.5
Expand All @@ -59,7 +59,7 @@ mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.8.0
mkdocs-monorepo-plugin==1.1.0
mkdocstrings==0.25.2
mkdocstrings-python==1.10.7
mkdocstrings-python==1.10.8
mypy==1.11.1
mypy-extensions==1.0.0
nodeenv==1.9.1
Expand Down Expand Up @@ -89,21 +89,21 @@ pyyaml==6.0.2
pyyaml-env-tag==0.1
regex==2024.7.24
requests==2.32.3
ruff==0.5.7
ruff==0.6.1
six==1.16.0
soupsieve==2.5
soupsieve==2.6
termcolor==2.4.0
text-unidecode==1.3
tinycss2==1.3.0
toml-sort==0.23.1
tomli==2.0.1
tomlkit==0.13.0
tox==4.17.1
tomlkit==0.13.2
tox==4.18.0
types-pyyaml==6.0.12.20240808
typing-extensions==4.12.2
urllib3==2.2.2
virtualenv==20.26.3
watchdog==4.0.1
watchdog==4.0.2
webencodings==0.5.1
wheel==0.44.0

Expand Down

0 comments on commit f8f5a83

Please sign in to comment.