Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
abdnh committed Nov 5, 2023
1 parent 07d134d commit 10ca167
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ colorama==0.4.6
# click
importlib-metadata==6.8.0
# via build
packaging==23.1
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/base.in
Expand All @@ -19,13 +19,13 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3.1
# via pip-tools
setuptools==68.2.2
# via pip-tools
34 changes: 17 additions & 17 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
anki==2.1.66
anki==23.10
# via aqt
ankiscripts @ git+https://github.com/abdnh/ankiscripts@eff333857945ea9587942b9f34a2b6d42a26b589
# via -r requirements/dev.in
ankiutils @ git+https://github.com/abdnh/ankiutils@b5c5dfd2a16446781cc2de06fdbd019cfa733c94
# via -r requirements\bundle.in
aqt==2.1.66
aqt==23.10
# via -r requirements/dev.in
astroid==3.0.1
# via pylint
Expand All @@ -18,7 +18,7 @@ beautifulsoup4==4.12.2
# aqt
black==23.10.1
# via -r requirements/dev.in
blinker==1.6.3
blinker==1.7.0
# via flask
build==1.0.3
# via pip-tools
Expand All @@ -28,7 +28,7 @@ certifi==2023.7.22
# via requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
Expand All @@ -51,15 +51,15 @@ distlib==0.3.7
# via virtualenv
exceptiongroup==1.1.3
# via pytest
filelock==3.12.4
filelock==3.13.1
# via virtualenv
flask==3.0.0
# via
# aqt
# flask-cors
flask-cors==4.0.0
# via aqt
identify==2.5.30
identify==2.5.31
# via pre-commit
idna==3.4
# via requests
Expand All @@ -78,13 +78,13 @@ itsdangerous==2.1.2
# via flask
jinja2==3.1.2
# via flask
jsonschema==4.19.1
jsonschema==4.19.2
# via
# ankiscripts
# aqt
jsonschema-specifications==2023.7.1
# via jsonschema
markdown==3.5
markdown==3.5.1
# via anki
markupsafe==2.1.3
# via
Expand Down Expand Up @@ -122,7 +122,7 @@ pre-commit==3.5.0
# via -r requirements/dev.in
prompt-toolkit==3.0.36
# via questionary
protobuf==4.24.4
protobuf==4.25.0
# via anki
psutil==5.9.6 ; sys_platform == "win32"
# via
Expand All @@ -133,20 +133,20 @@ pylint==3.0.2
# via -r requirements/dev.in
pyproject-hooks==1.0.0
# via build
pyqt6==6.5.3
pyqt6==6.6.0
# via
# ankiscripts
# aqt
# pyqt6-webengine
pyqt6-qt6==6.5.3
pyqt6-qt6==6.6.0
# via pyqt6
pyqt6-sip==13.6.0
# via
# pyqt6
# pyqt6-webengine
pyqt6-webengine==6.5.0
pyqt6-webengine==6.6.0
# via aqt
pyqt6-webengine-qt6==6.5.3
pyqt6-webengine-qt6==6.6.0
# via pyqt6-webengine
pysocks==1.7.1
# via requests
Expand Down Expand Up @@ -174,7 +174,7 @@ requests==2.31.0
# via
# anki
# aqt
rpds-py==0.10.6
rpds-py==0.12.0
# via
# jsonschema
# referencing
Expand All @@ -194,7 +194,7 @@ tomli==2.0.1
# pylint
# pyproject-hooks
# pytest
tomlkit==0.12.1
tomlkit==0.12.2
# via pylint
types-requests==2.31.0.10
# via -r requirements/dev.in
Expand All @@ -212,11 +212,11 @@ virtualenv==20.24.6
# via pre-commit
waitress==2.1.2
# via aqt
wcwidth==0.2.8
wcwidth==0.2.9
# via prompt-toolkit
werkzeug==3.0.1
# via flask
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down

0 comments on commit 10ca167

Please sign in to comment.