Skip to content

Commit

Permalink
Bump the pip group across 2 directories with 4 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 4 updates in the / directory: [flask](https://github.com/pallets/flask), [flask-cors](https://github.com/corydolphin/flask-cors), [mlflow](https://github.com/mlflow/mlflow) and [werkzeug](https://github.com/pallets/werkzeug).
Bumps the pip group with 4 updates in the /aioradio directory: [flask](https://github.com/pallets/flask), [flask-cors](https://github.com/corydolphin/flask-cors), [mlflow](https://github.com/mlflow/mlflow) and [werkzeug](https://github.com/pallets/werkzeug).


Updates `flask` from 2.1.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.1.2...2.2.5)

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)

Updates `mlflow` from 2.10.2 to 2.12.1
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md)
- [Commits](mlflow/mlflow@v2.10.2...v2.12.1)

Updates `werkzeug` from 2.1.2 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.1.2...3.0.3)

Updates `flask` from 2.1.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.1.2...2.2.5)

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)

Updates `mlflow` from 2.10.2 to 2.12.1
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md)
- [Commits](mlflow/mlflow@v2.10.2...v2.12.1)

Updates `werkzeug` from 2.1.2 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.1.2...3.0.3)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: flask-cors
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: mlflow
  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: flask-cors
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: mlflow
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: werkzeug
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent 02ca264 commit e7d736f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions aioradio/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ ddtrace==2.6.5
dominodatalab==1.4.0
fakeredis==2.22.0
faust-cchardet==2.1.19
flask==2.1.2
flask-cors==3.0.10
flask==2.2.5
flask-cors==4.0.1
haversine==2.8.0
httpx==0.27.0
mandrill==1.0.60
mlflow==2.10.2
mlflow==2.12.1
moto==3.1.18
openpyxl==3.0.10
orjson==3.9.15
Expand All @@ -34,5 +34,5 @@ python-json-logger==2.0.7
redis==5.0.4
twine==5.0.0
typing_extensions==4.11.0
werkzeug==2.1.2
werkzeug==3.0.3
wheel==0.43.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
include_package_data=True,
tests_require=[
'flask==2.1.2',
'flask==2.2.5',
'flask-cors>=3.0.10',
'moto==3.1.18',
'pre-commit>=2.15.0',
Expand All @@ -54,7 +54,7 @@
'pytest-asyncio>=0.15.1',
'pytest-cov>=3.0.0',
'typing_extensions>=4.10.0',
'werkzeug==2.1.2'
'werkzeug==3.0.3'
],
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit e7d736f

Please sign in to comment.