Skip to content

Commit

Permalink
make py-requirements - pyodbc, pygments, urllib3...
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Aug 28, 2022
1 parent 03ca159 commit 79b4590
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docutils==0.17.1
# via
# -r requirements/requirements.in
# rst2txt
greenlet==1.1.2
greenlet==1.1.3
# via sqlalchemy
importlib-metadata==4.12.0
# via
Expand All @@ -39,13 +39,13 @@ pycparser==2.21
# via cffi
#pygit2==1.3.0
# via -r requirements/requirements.in
pygments==2.12.0
pygments==2.13.0
# via
# -r requirements/requirements.in
# rst2txt
pymysql==1.0.2
# via -r requirements/requirements.in
pyodbc==4.0.32 ; platform_system != "Linux"
pyodbc==4.0.34 ; platform_system != "Linux"
# via -r requirements/requirements.in
pyrsistent==0.18.1
# via jsonschema
Expand Down
8 changes: 5 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
# make py-requirements
#
appnope==0.1.3
# via -r requirements/dev.in
# via
# -r requirements/dev.in
# ipython
attrs==22.1.0
# via
# -c requirements/../requirements.txt
Expand Down Expand Up @@ -43,7 +45,7 @@ ipython==7.34.0
# ipdb
jedi==0.18.1
# via ipython
matplotlib-inline==0.1.3
matplotlib-inline==0.1.6
# via ipython
packaging==21.3
# via
Expand Down Expand Up @@ -71,7 +73,7 @@ py==1.11.0
# -c requirements/test.txt
# pytest
# pytest-forked
pygments==2.12.0
pygments==2.13.0
# via
# -c requirements/../requirements.txt
# -c requirements/docs.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ certifi==2022.6.15
# via
# -c requirements/../requirements.txt
# requests
charset-normalizer==2.1.0
charset-normalizer==2.1.1
# via requests
colorama==0.4.5
# via
Expand Down Expand Up @@ -42,15 +42,15 @@ packaging==21.3
# via
# -c requirements/test.txt
# sphinx
pygments==2.12.0
pygments==2.13.0
# via
# -c requirements/../requirements.txt
# sphinx
pyparsing==3.0.9
# via
# -c requirements/test.txt
# packaging
pytz==2022.1
pytz==2022.2.1
# via babel
requests==2.28.1
# via sphinx
Expand Down Expand Up @@ -87,7 +87,7 @@ typing-extensions==4.3.0
# -c requirements/../requirements.txt
# -c requirements/test.txt
# importlib-metadata
urllib3==1.26.11
urllib3==1.26.12
# via requests
zipp==3.8.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ attrs==22.1.0
# pytest
colorama==0.4.5
# via -r requirements/test.in
coverage[toml]==6.4.3
coverage[toml]==6.4.4
# via pytest-cov
fields==5.0.0
# via aspectlib
Expand Down

0 comments on commit 79b4590

Please sign in to comment.