Skip to content

Commit

Permalink
chore(deps): bump the pip group across 1 directory with 7 updates (#445)
Browse files Browse the repository at this point in the history
Bumps the pip group with 7 updates in the /apps/wizarr-backend directory:

| Package | From | To |
| --- | --- | --- |
| [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` |
| [werkzeug](https://github.com/pallets/werkzeug) | `3.0.0` | `3.0.3` |
| [gunicorn](https://github.com/benoitc/gunicorn) | `21.2.0` | `22.0.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `1.10.12` | `1.10.13` |
| [idna](https://github.com/kjd/idna) | `3.4` | `3.7` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.4` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.0.7` | `2.2.2` |



Updates `requests` from 2.31.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

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

Updates `gunicorn` from 21.2.0 to 22.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@21.2.0...22.0.0)

Updates `pydantic` from 1.10.12 to 1.10.13
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.12...v1.10.13)

Updates `idna` from 3.4 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.4...v3.7)

Updates `jinja2` from 3.1.2 to 3.1.4
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.2...3.1.4)

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

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: werkzeug
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: gunicorn
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pydantic
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: idna
  dependency-type: indirect
  dependency-group: pip
- dependency-name: jinja2
  dependency-type: indirect
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 24, 2024
1 parent 37c5f90 commit 0adf394
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 65 deletions.
123 changes: 62 additions & 61 deletions apps/wizarr-backend/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 apps/wizarr-backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ peewee = "^3.17.0"
plexapi = "^4.15.4"
psutil = "^5.9.6"
pytz = "^2023.3.post1"
requests = "^2.31.0"
requests = "^2.32.2"
schematics = "^2.1.1"
tabulate = "^0.9.0"
termcolor = "^2.3.0"
webauthn = "^1.11.0"
werkzeug = "^3.0.0"
werkzeug = "^3.0.3"
sentry-sdk = { extras = ["flask"], version = "^1.32.0" }
gunicorn = "^21.2.0"
gunicorn = "^22.0.0"
gevent = "^23.9.1"
gevent-websocket = "^0.10.1"
pydantic = "1.10.12"
pydantic = "1.10.13"
requests-cache = "^1.1.0"
flask-apscheduler = "^1.13.0"

Expand Down

0 comments on commit 0adf394

Please sign in to comment.