Skip to content

Commit aae8ea3

Browse files
authored
Updated reqeusts to v2.32.5
1 parent 15b55e8 commit aae8ea3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [unreleased]
44
- Fixed bug preventing creating/updating marks spreadsheets with nested grade items (#40)
5+
- Upgrade requests package (#43)
56

67
## [v0.3.0]
78
- Update routes to conform with MarkUs version 2.0+ (#35)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/MarkUsProject/markus-api",
1515
packages=setuptools.find_packages(),
16-
install_requires=["requests==2.24.0"],
16+
install_requires=["requests==2.32.5"],
1717
tests_require=["pytest==5.3.1"],
1818
setup_requires=["pytest-runner"],
1919
classifiers=[

0 commit comments

Comments
 (0)