Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 2 updates in the / directory: [sqlitedict](https://github.com/piskvorky/sqlitedict) and [starlette](https://github.com/encode/starlette).


Updates `sqlitedict` from 1.7.0 to 2.1.0
- [Release notes](https://github.com/piskvorky/sqlitedict/releases)
- [Changelog](https://github.com/piskvorky/sqlitedict/blob/master/CHANGELOG.md)
- [Commits](piskvorky/sqlitedict@1.7.0...v2.1.0)

Updates `starlette` from 0.39.1 to 0.40.0
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.39.1...0.40.0)

---
updated-dependencies:
- dependency-name: sqlitedict
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: starlette
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 4d9d59e commit 25258fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kaggle = ">=1.6.14, <2.0.0, !=1.6.15"
coolname = ">=2.2.0, <3.0.0"
bokeh = ">=3.5.0, <4.0.0"
beautifulsoup4 = ">=4.11.1, <5.0.0"
sqlitedict = "==1.7.0"
sqlitedict = "==2.1.0"
sentencepiece = ">=0.1.96, <0.2.0"
sacrebleu = "==2.0.0"
toml = ">=0.10.2, <0.11.0"
Expand Down
6 changes: 3 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ smmap==5.0.1; python_version >= '3.7'
sniffio==1.3.1; python_version >= '3.7'
soupsieve==2.6; python_version >= '3.8'
sqlalchemy==2.0.35; python_version >= '3.7'
sqlitedict==1.7.0
starlette==0.39.1; python_version >= '3.8'
sqlitedict==2.1.0
starlette==0.40.0; python_version >= '3.8'
swagger-spec-validator==3.0.4; python_version >= '3.8'
sympy==1.13.3; python_version >= '3.8'
tabulate==0.9.0; python_version >= '3.7'
Expand Down

0 comments on commit 25258fa

Please sign in to comment.