Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #966

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ asttokens==2.4.1
# via transifex-python
bcrypt==4.2.0
# via -r requirements/base.in
black==24.8.0
black==24.10.0
# via shandy-sqlfmt
cachetools==5.5.0
# via google-auth
certifi==2024.8.30
# via
# kubernetes
# requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -47,7 +47,7 @@ jinja2==3.1.4
# tutor
kubernetes==31.0.0
# via tutor
markupsafe==2.1.5
markupsafe==3.0.1
# via jinja2
mypy==1.11.2
# via tutor
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ backports-tarfile==1.2.0
# via jaraco-context
bcrypt==4.2.0
# via -r requirements/base.txt
black==24.8.0
black==24.10.0
# via
# -r requirements/base.txt
# -r requirements/dev.in
Expand All @@ -36,7 +36,7 @@ certifi==2024.8.30
# requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -104,7 +104,7 @@ kubernetes==31.0.0
# tutor
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r requirements/base.txt
# jinja2
Expand Down