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

Commit

Permalink
Bump the pip-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the pip-dependencies group with 3 updates: [alembic](https://github.com/sqlalchemy/alembic), [pytest](https://github.com/pytest-dev/pytest) and [moto](https://github.com/getmoto/moto).


Updates `alembic` from 1.11.3 to 1.12.0
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

Updates `pytest` from 7.4.0 to 7.4.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.0...7.4.1)

Updates `moto` from 4.2.0 to 4.2.2
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@4.2.0...4.2.2)

---
updated-dependencies:
- dependency-name: alembic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ian-noaa committed Sep 8, 2023
1 parent 1803337 commit cef65ce
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 13 deletions.
34 changes: 24 additions & 10 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ s3fs = "*"
zarr = "^2.16.1"
flask-sqlalchemy = "^3.0.3"
psycopg = {version = "^3.1.10", extras = ["binary", "pool"]}
alembic = "^1.11.3"
alembic = "^1.12.0"
pyarrow = "^13.0.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.3"
pytest = "^7.4"
mypy = "^1.5"
black = "^23.7.0"
flake8 = "^6.1.0"
coverage = "^7.3.0"
isort = "^5.10.1"
python-dotenv = "^1.0.0"
pandas-stubs = "^2.0.3.230814"
moto = {extras = ["server"], version = "^4.2.0"}
moto = {extras = ["server"], version = "^4.2.2"}

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit cef65ce

Please sign in to comment.