Skip to content

Commit

Permalink
Merge pull request #1 from andrewdefilippis/dependabot/pip/pip-7465e5…
Browse files Browse the repository at this point in the history
…eae1
  • Loading branch information
andrewdefilippis committed May 21, 2024
2 parents 6a2aa3e + 6f1a027 commit 9e327b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "my-school-menus"
dependencies = [
"icalendar~=5.0.11",
"requests~=2.31.0"
"requests>=2.31,<2.33"
]
dynamic = ["version"]
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests~=2.31.0
requests>=2.31,<2.33
pip~=23.3.1
wheel~=0.41.2
pytz~=2023.3.post1
Expand Down

0 comments on commit 9e327b8

Please sign in to comment.