Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Bump the python-dependencies group with 7 updates
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: beautifulsoup4
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: prettytable
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: sqlalchemy
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: sqlalchemy-utils
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: time-machine
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:development
  dependency-group: python-dependencies
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:development
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent f2e40c3 commit f256009
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ packages = [
crc-bank = "bank.cli.app:CommandLineApplication.execute"

[tool.poetry.dependencies]
beautifulsoup4 = "4.12.2"
beautifulsoup4 = "4.12.3"
pandas = "2.0.3"
prettytable = "3.9.0"
prettytable = "3.10.0"
python = ">=3.8, <4.0"
python-environ = "0.4.54"
SQLAlchemy = "2.0.21"
sqlalchemy-utils = "0.41.1"
time-machine = "2.13.0"
SQLAlchemy = "2.0.29"
sqlalchemy-utils = "0.41.2"
time-machine = "2.14.1"

[tool.poetry.group.tests]
optional = true
Expand All @@ -51,6 +51,6 @@ optional = true
[tool.poetry.group.docs.dependencies]
sphinx = "<8.0.0"
sphinx-argparse = "0.4.0"
sphinx_autodoc_typehints = "1.24.0"
sphinx_autodoc_typehints = "2.0.1"
sphinx-copybutton = "0.5.2"
sphinx-rtd-theme = "1.3.0"
sphinx-rtd-theme = "2.0.0"

0 comments on commit f256009

Please sign in to comment.