Skip to content

Commit

Permalink
build(deps): bump urllib3 from 2.0.6 to 2.0.7 in /backend-py (#41)
Browse files Browse the repository at this point in the history
* build(deps): bump urllib3 from 2.0.6 to 2.0.7 in /backend-py

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

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update lockfiles

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Derek Roberts <derek.roberts@gmail.com>
  • Loading branch information
dependabot[bot] and DerekRoberts authored Oct 17, 2023
1 parent 6a362d9 commit b1777b1
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 54 deletions.
114 changes: 61 additions & 53 deletions backend-py/poetry.lock

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

2 changes: 1 addition & 1 deletion backend-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{ include = "backend_python" }]
python = "^3.11"
fastapi = "^0.103.0"
uvicorn = "^0.23.0"
sqlalchemy = "^2.0.15"
sqlalchemy = "^2.0.21"
pydantic = {version ="^1.10.9", extras = ["email"]}
requests = "^2.31.0"
psycopg2 = "^2.9.1"
Expand Down

0 comments on commit b1777b1

Please sign in to comment.