Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 [flask-cors](https://github.com/corydolphin/flask-cors).


Updates `pylint` from 3.2.6 to 3.2.7
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.6...v3.2.7)

Updates `flask-cors` from 4.0.1 to 5.0.0
- [Release notes](https://github.com/corydolphin/flask-cors/releases)
- [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md)
- [Commits](corydolphin/flask-cors@4.0.1...5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Sep 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 49c37dd commit da76e6e
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
@@ -1,13 +1,13 @@
coverage==7.6.1
Twisted==24.7.0
psycopg2-binary==2.9.9
pylint==3.2.6
pylint==3.2.7
SQLAlchemy==2.0.32
price-parser==0.3.4
Scrapy==2.11.2
nltk==3.9.1
Flask==3.0.3
Flask-Cors==4.0.1
Flask-Cors==5.0.0
Flask-Headers==1.0
uWSGI==2.0.26
defusedxml==0.7.1

0 comments on commit da76e6e

Please sign in to comment.