Skip to content

Commit

Permalink
Bump the all-dependencies group in /spec_parser with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group in /spec_parser with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.2` | `4.12.3` |
| [black](https://github.com/psf/black) | `23.12.1` | `24.1.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.9` | `0.1.15` |
| [types-requests](https://github.com/python/typeshed) | `2.31.0.20231231` | `2.31.0.20240125` |
| [platformdirs](https://github.com/platformdirs/platformdirs) | `4.1.0` | `4.2.0` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.1.0` | `2.2.0` |


Updates `beautifulsoup4` from 4.12.2 to 4.12.3

Updates `black` from 23.12.1 to 24.1.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...24.1.1)

Updates `ruff` from 0.1.9 to 0.1.15
- [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.1.9...v0.1.15)

Updates `types-requests` from 2.31.0.20231231 to 2.31.0.20240125
- [Commits](https://github.com/python/typeshed/commits)

Updates `platformdirs` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/platformdirs/platformdirs/releases)
- [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@4.1.0...4.2.0)

Updates `urllib3` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.1.0...2.2.0)

---
updated-dependencies:
- dependency-name: beautifulsoup4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: platformdirs
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: urllib3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Parnassius committed Feb 1, 2024
1 parent a346cf3 commit 1c0e234
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 61 deletions.
118 changes: 61 additions & 57 deletions spec_parser/poetry.lock

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

8 changes: 4 additions & 4 deletions spec_parser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
beautifulsoup4 = {version = "4.12.2", extras = ["html5lib"]}
beautifulsoup4 = {version = "4.12.3", extras = ["html5lib"]}
requests = "2.31.0"

[tool.poetry.dev-dependencies]
black = "23.12.1"
black = "24.1.1"
mypy = "1.8.0"
poethepoet = "0.24.4"
ruff = "0.1.9"
types-requests = "2.31.0.20231231"
ruff = "0.1.15"
types-requests = "2.31.0.20240125"

[tool.poetry.scripts]
parse = "spec_parser.parser:parse"
Expand Down

0 comments on commit 1c0e234

Please sign in to comment.