Skip to content

Commit

Permalink
Bump the pip group across 3 directories with 6 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [gitpython](https://github.com/gitpython-developers/GitPython), [jinja2](https://github.com/pallets/jinja), [werkzeug](https://github.com/pallets/werkzeug), [flask](https://github.com/pallets/flask), [black](https://github.com/psf/black) and [flask-cors](https://github.com/corydolphin/flask-cors) to permit the latest version.

Updates `gitpython` from 3.1.18 to 3.1.41
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.18...3.1.41)

Updates `jinja2` 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@2.7...3.1.4)

Updates `werkzeug` from 1.0 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@1.0.0...3.0.3)

Updates `gitpython` from 3.1.18 to 3.1.41
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.18...3.1.41)

Updates `werkzeug` from 1.0 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@1.0.0...3.0.3)

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

Updates `black` from 22.10.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.10.0...24.3.0)

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

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: jinja2
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: werkzeug
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: gitpython
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: werkzeug
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: flask
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: black
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: flask-cors
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 76432d0 commit 69978ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cooked_input
flask
Flask-Migrate
gitdb
gitpython==3.1.18
gitpython==3.1.41
tabulate
pyyaml
markdown==3.3.4
Expand All @@ -21,5 +21,5 @@ ldap3
requests
weasyprint
ipython_genutils
werkzeug==1.0
werkzeug==3.0.3
MarkupSafe==2.0.1
6 changes: 3 additions & 3 deletions knowledge_repo_v2/service/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
black==22.10.0
flask==2.2.2
flask-cors==3.0.10
black==24.3.0
flask==2.2.5
flask-cors==4.0.1
flask-sqlalchemy==3.0.2
pylint==2.15.6
pycodestyle==2.9.1
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cooked_input
flask
Flask-Migrate
gitdb
gitpython==3.1.18
gitpython==3.1.41
tabulate==0.8.9
pyyaml
markdown==3.3.4
Expand All @@ -20,7 +20,7 @@ traitlets
ldap3
requests
weasyprint
jinja2>=2.7,<=3.0.3
werkzeug>=1.0,<=2.0.3
jinja2>=2.7,<=3.1.4
werkzeug>=1.0,<=3.0.3
multiprocess
importlib-metadata<=4.13.0

0 comments on commit 69978ab

Please sign in to comment.