Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [selenium](https://github.com/SeleniumHQ/Selenium) | `4.25.0` | `4.26.1` |
| [ipython](https://github.com/ipython/ipython) | `8.27.0` | `8.29.0` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `7.4.7` | `8.1.3` |
| [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) | `0.9.2` | `1.0.0` |
| [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) | `24.8.19` | `24.10.31` |
| [mypy](https://github.com/python/mypy) | `1.11.2` | `1.13.0` |



Updates `selenium` from 4.25.0 to 4.26.1
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/commits)

Updates `ipython` from 8.27.0 to 8.29.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.27.0...8.29.0)

Updates `sphinx` from 7.4.7 to 8.1.3
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.4.7...v8.1.3)

Updates `sphinx-rtd-theme` from 2.0.0 to 3.0.1
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](readthedocs/sphinx_rtd_theme@2.0.0...3.0.1)

Updates `sphinxcontrib-mermaid` from 0.9.2 to 1.0.0
- [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.rst)
- [Commits](mgaitan/sphinxcontrib-mermaid@0.9.2...1.0.0)

Updates `flake8-bugbear` from 24.8.19 to 24.10.31
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](PyCQA/flake8-bugbear@24.8.19...24.10.31)

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

---
updated-dependencies:
- dependency-name: selenium
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: ipython
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: sphinx
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: sphinxcontrib-mermaid
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: flake8-bugbear
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent b89c242 commit 8cb92b9
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 66 deletions.
143 changes: 78 additions & 65 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sphinx = ">= 7.2.6"
sphinx-rtd-theme = ">= 1.3.0rc1"
# Support mermaid diagrams
# https://github.com/mgaitan/sphinxcontrib-mermaid/tree/master
sphinxcontrib-mermaid = "^0.9.2"
sphinxcontrib-mermaid = ">=0.9.2,<1.1.0"

[tool.poetry.group.demo.dependencies]
pytest = ">= 7.4.2"
Expand Down

0 comments on commit 8cb92b9

Please sign in to comment.