Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 9 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [jinja2](https://github.com/pallets/jinja) | `3.1.3` | `3.1.4` |
| [black](https://github.com/psf/black) | `22.8.0` | `24.3.0` |
| [scrapy](https://github.com/scrapy/scrapy) | `2.9.0` | `2.11.2` |
| [cryptography](https://github.com/pyca/cryptography) | `41.0.4` | `42.0.4` |
| [idna](https://github.com/kjd/idna) | `3.4` | `3.7` |
| [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` |
| [urllib3](https://github.com/urllib3/urllib3) | `1.26.16` | `1.26.18` |
| [werkzeug](https://github.com/pallets/werkzeug) | `2.3.7` | `3.0.3` |



Updates `jinja2` from 3.1.3 to 3.1.4
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.3...3.1.4)

Updates `black` from 22.8.0 to 24.3.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.8.0...24.3.0)

Updates `scrapy` from 2.9.0 to 2.11.2
- [Release notes](https://github.com/scrapy/scrapy/releases)
- [Changelog](https://github.com/scrapy/scrapy/blob/master/docs/news.rst)
- [Commits](scrapy/scrapy@2.9.0...2.11.2)

Updates `cryptography` from 41.0.4 to 42.0.4
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.4...42.0.4)

Updates `idna` from 3.4 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.4...v3.7)

Updates `requests` from 2.31.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

Updates `twisted` from 23.8.0 to 24.3.0
- [Release notes](https://github.com/twisted/twisted/releases)
- [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst)
- [Commits](twisted/twisted@twisted-23.8.0...twisted-24.3.0)

Updates `urllib3` from 1.26.16 to 1.26.18
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.16...1.26.18)

Updates `werkzeug` from 2.3.7 to 3.0.3
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@2.3.7...3.0.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: black
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: scrapy
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: cryptography
  dependency-type: indirect
  dependency-group: pip
- dependency-name: idna
  dependency-type: indirect
  dependency-group: pip
- dependency-name: requests
  dependency-type: indirect
  dependency-group: pip
- dependency-name: twisted
  dependency-type: indirect
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: indirect
  dependency-group: pip
- dependency-name: werkzeug
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent fa636c4 commit ef2f249
Show file tree
Hide file tree
Showing 2 changed files with 471 additions and 386 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sqlitedict = "==1.6.0"
s3fs = ">=0.4.0"
google-cloud-storage = "==1.38.0"
bloom-filter2 = "2.0.0"
black = "==22.8.0"
black = "==24.3.0"
tenacity = "*"
typing-extensions = "*"
collection-scanner = "*"
Expand All @@ -20,7 +20,7 @@ boto3 = ">=1.9.92"

[dev-packages]
flake8 = "*"
black = "==19.10b0"
black = "==24.3.0"
mypy = ">=1.4.1"
pylint = "*"
pytest = "*"
Expand Down
Loading

0 comments on commit ef2f249

Please sign in to comment.