Skip to content

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: [flask](https://github.com/pallets/flask), [pyarrow](https://github.com/apache/arrow) and [moto](https://github.com/getmoto/moto).


Updates `flask` from 2.3.2 to 2.3.3
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@2.3.2...2.3.3)

Updates `pyarrow` from 12.0.1 to 13.0.0
- [Commits](apache/arrow@go/v12.0.1...go/v13.0.0)

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

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: pyarrow
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-dependencies
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ian-noaa committed Aug 30, 2023
1 parent 521da79 commit 1db257d
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 43 deletions.
85 changes: 45 additions & 40 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 @@ -9,7 +9,7 @@ authors = [

[tool.poetry.dependencies]
python = "~3.10"
Flask = "^2.3.2"
Flask = "^2.3.3"
netCDF4 = "^1.6.3"
xarray = "^2023.8.0"
h5netcdf = "^1.1.0"
Expand All @@ -22,7 +22,7 @@ zarr = "^2.16.1"
flask-sqlalchemy = "^3.0.3"
psycopg = {version = "^3.1.10", extras = ["binary", "pool"]}
alembic = "^1.11.3"
pyarrow = "^12.0.1"
pyarrow = "^13.0.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.3"
Expand All @@ -33,7 +33,7 @@ coverage = "^7.3.0"
isort = "^5.10.1"
python-dotenv = "^1.0.0"
pandas-stubs = "^2.0.3.230814"
moto = {extras = ["server"], version = "^4.1.14"}
moto = {extras = ["server"], version = "^4.2.0"}

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

0 comments on commit 1db257d

Please sign in to comment.