Skip to content

Commit 532d1e1

Browse files
[improvement] merge dependabot requirement updates (#671)
* Bump mypy from 0.960 to 0.961 Bumps [mypy](https://github.com/python/mypy) from 0.960 to 0.961. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.960...v0.961) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump python-magic from 0.4.26 to 0.4.27 Bumps [python-magic](https://github.com/ahupp/python-magic) from 0.4.26 to 0.4.27. - [Release notes](https://github.com/ahupp/python-magic/releases) - [Changelog](https://github.com/ahupp/python-magic/blob/master/CHANGELOG) - [Commits](ahupp/python-magic@0.4.26...0.4.27) --- updated-dependencies: - dependency-name: python-magic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump requests from 2.27.1 to 2.28.0 Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.28.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.27.1...v2.28.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b2af4d commit 532d1e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ sqlalchemy==1.4.37
22
flask==1.1.2
33
passlib==1.7.4
44
pymysql==1.0.2
5-
python-magic==0.4.26
5+
python-magic==0.4.27
66
flask-wtf==0.14.3
77
gunicorn==20.1.0
88
githubpy==1.1.0
9-
requests==2.27.1
9+
requests==2.28.0
1010
pyIsEmail==1.4.0
1111
GitPython==3.1.27
1212
xmltodict==0.13.0

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pycodestyle==2.8.0
44
pydocstyle==6.0.0
55
dodgy==0.2.1
66
isort==5.10.1
7-
mypy==0.960
7+
mypy==0.961
88
Werkzeug==1.0.1
99
Flask-Testing==0.8.1
1010
blinker==1.4

0 commit comments

Comments
 (0)