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 #954

Merged
merged 1 commit into from
Sep 30, 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
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# tutor
astroid==3.3.3
astroid==3.3.4
# via pylint
asttokens==2.4.1
# via
Expand Down Expand Up @@ -49,7 +49,7 @@ click==8.1.7
# tutor
cryptography==43.0.1
# via secretstorage
dill==0.3.8
dill==0.3.9
# via pylint
docutils==0.21.2
# via readme-renderer
Expand Down Expand Up @@ -85,7 +85,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -179,7 +179,7 @@ pyinstaller==6.10.0
# via -r requirements/dev.in
pyinstaller-hooks-contrib==2024.8
# via pyinstaller
pylint==3.3.0
pylint==3.3.1
# via -r requirements/dev.in
pyseeyou==1.0.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down