Skip to content

Commit

Permalink
chore(deps): bump the python group across 1 directory with 2 updates (#…
Browse files Browse the repository at this point in the history
…622)

Bumps the python group with 2 updates in the /backend directory: [django](https://github.com/django/django) and [psycopg2-binary](https://github.com/psycopg/psycopg2).


Updates `django` from 5.1.1 to 5.1.2
- [Commits](django/django@5.1.1...5.1.2)

Updates `psycopg2-binary` from 2.9.9 to 2.9.10
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: psycopg2-binary
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent 1e8ff0f commit 9ad28f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ beautifulsoup4==4.12.3
# via -r requirements.in
dj-database-url==2.2.0
# via -r requirements.in
django==5.1.1
django==5.1.2
# via
# -r requirements.in
# dj-database-url
Expand Down Expand Up @@ -41,7 +41,7 @@ markdown==3.7
# via -r requirements.in
packaging==23.1
# via gunicorn
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
# via -r requirements.in
pyjwt==2.7.0
# via djangorestframework-simplejwt
Expand Down

0 comments on commit 9ad28f4

Please sign in to comment.