Skip to content

Commit

Permalink
Bump the python-packages group in /backend with 2 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group in /backend with 2 updates: [pylint](https://github.com/pylint-dev/pylint) and [psycopg](https://github.com/psycopg/psycopg).


Updates `pylint` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.0...v3.3.1)

Updates `psycopg` from 3.2.2 to 3.2.3
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.2...3.2.3)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: psycopg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 25e8e23 commit 9be0c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coverage==7.6.1
Twisted==24.7.0
psycopg2-binary==2.9.9
pylint==3.3.0
pylint==3.3.1
SQLAlchemy==2.0.35
price-parser==0.3.4
Scrapy==2.11.2
Expand Down
2 changes: 1 addition & 1 deletion backend/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ddt==1.7.2
psycopg==3.2.2
psycopg==3.2.3
pytest==8.3.3
testcontainers[postgres]==4.8.1
unittest-xml-reporting==3.2.0

0 comments on commit 9be0c9a

Please sign in to comment.