Skip to content

Commit

Permalink
Bump the minor-patch group in /backend with 5 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch group in /backend with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [alembic](https://github.com/sqlalchemy/alembic) | `1.13.2` | `1.13.3` |
| [apispec-webframeworks](https://github.com/marshmallow-code/apispec-webframeworks) | `1.1.0` | `1.2.0` |
| [prometheus-client](https://github.com/prometheus/client_python) | `0.20.0` | `0.21.0` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.32` | `2.0.35` |
| [pytz](https://github.com/stub42/pytz) | `2024.1` | `2024.2` |


Updates `alembic` from 1.13.2 to 1.13.3
- [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 `apispec-webframeworks` from 1.1.0 to 1.2.0
- [Changelog](https://github.com/marshmallow-code/apispec-webframeworks/blob/main/CHANGELOG.rst)
- [Commits](marshmallow-code/apispec-webframeworks@1.1.0...1.2.0)

Updates `prometheus-client` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/prometheus/client_python/releases)
- [Commits](prometheus/client_python@v0.20.0...v0.21.0)

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

Updates `pytz` from 2024.1 to 2024.2
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2024.1...release_2024.2)

---
updated-dependencies:
- dependency-name: alembic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: apispec-webframeworks
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: prometheus-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: pytz
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 5b261f1 commit 7b78a15
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 68 deletions.
126 changes: 63 additions & 63 deletions backend/poetry.lock

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

10 changes: 5 additions & 5 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requests = "^2.32.3"
unidecode = "^1.3.8"
beautifulsoup4 = "^4.12.3"
lxml = "^5.3.0"
alembic = "^1.13.2"
alembic = "^1.13.3"
click = "^8.1.3"
structlog = "^24.4.0"
flask = "^3.0.3"
Expand All @@ -29,11 +29,11 @@ meilisearch = "^0.31.5"
pillow = "^10.4.0"
gunicorn = "^23.0.0"
apispec = "^6.6.1"
apispec-webframeworks = "^1.1.0"
prometheus-client = "^0.20.0"
sqlalchemy = "^2.0.32"
apispec-webframeworks = "^1.2.0"
prometheus-client = "^0.21.0"
sqlalchemy = "^2.0.35"
schedule = "^1.2.2"
pytz = "^2024.1"
pytz = "^2024.2"
websocket-client = "^1.8.0"
tabulate = "^0.9.0"

Expand Down

0 comments on commit 7b78a15

Please sign in to comment.