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: [nltk](https://github.com/nltk/nltk) and [testcontainers[postgres]](https://github.com/testcontainers/testcontainers-python).


Updates `nltk` from 3.8.2 to 3.9.1
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog)
- [Commits](nltk/nltk@3.8.2...3.9.1)

Updates `testcontainers[postgres]` from 4.7.2 to 4.8.0
- [Release notes](https://github.com/testcontainers/testcontainers-python/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-python@testcontainers-v4.7.2...testcontainers-v4.8.0)

---
updated-dependencies:
- dependency-name: nltk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: testcontainers[postgres]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent b83a9d0 commit 0dc4a52
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
Expand Up @@ -5,7 +5,7 @@ pylint==3.2.6
SQLAlchemy==2.0.32
price-parser==0.3.4
Scrapy==2.11.2
nltk==3.8.2
nltk==3.9.1
Flask==3.0.3
Flask-Cors==4.0.1
Flask-Headers==1.0
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.1
pytest==8.3.2
testcontainers[postgres]==4.7.2
testcontainers[postgres]==4.8.0
unittest-xml-reporting==3.2.0

0 comments on commit 0dc4a52

Please sign in to comment.