Skip to content

Commit

Permalink
bump all dependencies (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
adehad committed Jan 29, 2023
1 parent d2ff4f6 commit 16b90f5
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 54 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
repos:
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -32,29 +32,29 @@ repos:
require_serial: false
additional_dependencies: []
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
name: isort
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.28.0
rev: v1.29.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v0.990
rev: v0.991
hooks:
- id: mypy
additional_dependencies:
- types-requests
- types-pkg_resources
args: [--no-strict-optional, --ignore-missing-imports, --show-error-codes]
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py38-plus]
86 changes: 40 additions & 46 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,35 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --extra=async --extra=cli --extra=docs --extra=opt --extra=test --output-file=constraints.txt --strip-extras setup.cfg
#
alabaster==0.7.12
alabaster==0.7.13
# via sphinx
asttokens==2.1.0
asttokens==2.2.1
# via stack-data
atomicwrites==1.4.1
# via pytest
attrs==22.1.0
attrs==22.2.0
# via pytest
babel==2.11.0
# via sphinx
backcall==0.2.0
# via ipython
beautifulsoup4==4.11.1
# via furo
certifi==2022.9.24
certifi==2022.12.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==2.1.1
charset-normalizer==3.0.1
# via requests
colorama==0.4.6
# via
# ipython
# pytest
# sphinx
coverage==6.5.0
coverage==7.1.0
# via pytest-cov
cryptography==38.0.3
cryptography==39.0.0
# via
# pyspnego
# requests-kerberos
Expand All @@ -43,6 +41,8 @@ docutils==0.19
# via
# jira (setup.cfg)
# sphinx
exceptiongroup==1.1.0
# via pytest
execnet==1.9.0
# via
# pytest-cache
Expand All @@ -53,37 +53,41 @@ filemagic==1.6
# via jira (setup.cfg)
flaky==3.7.0
# via jira (setup.cfg)
furo==2022.9.29
furo==2022.12.7
# via jira (setup.cfg)
idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==5.0.0
importlib-metadata==6.0.0
# via
# keyring
# sphinx
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
ipython==8.4.0
ipython==8.9.0
# via jira (setup.cfg)
jedi==0.18.1
jaraco-classes==3.2.3
# via keyring
jedi==0.18.2
# via ipython
jinja2==3.1.2
# via sphinx
keyring==23.8.2
keyring==23.13.1
# via jira (setup.cfg)
markupsafe==2.1.1
markupsafe==2.1.2
# via
# jinja2
# jira (setup.cfg)
matplotlib-inline==0.1.6
# via ipython
more-itertools==9.0.0
# via jaraco-classes
oauthlib==3.2.2
# via
# jira (setup.cfg)
# requests-oauthlib
packaging==21.3
packaging==23.0
# via
# jira (setup.cfg)
# pytest
Expand All @@ -97,18 +101,13 @@ pickleshare==0.7.5
# via ipython
pluggy==1.0.0
# via pytest
prompt-toolkit==3.0.32
prompt-toolkit==3.0.36
# via ipython
pure-eval==0.2.2
# via stack-data
py==1.11.0
# via
# jira (setup.cfg)
# pytest
# pytest-forked
pycparser==2.21
# via cffi
pygments==2.13.0
pygments==2.14.0
# via
# furo
# ipython
Expand All @@ -117,41 +116,36 @@ pyjwt==2.6.0
# via
# jira (setup.cfg)
# requests-jwt
pyparsing==3.0.9
# via packaging
pyspnego==0.6.3
pyspnego==0.7.0
# via requests-kerberos
pytest==7.1.2
pytest==7.2.1
# via
# jira (setup.cfg)
# pytest-cache
# pytest-cov
# pytest-forked
# pytest-instafail
# pytest-sugar
# pytest-timeout
# pytest-xdist
pytest-cache==1.0
# via jira (setup.cfg)
pytest-cov==3.0.0
pytest-cov==4.0.0
# via jira (setup.cfg)
pytest-forked==1.4.0
# via pytest-xdist
pytest-instafail==0.4.2
# via jira (setup.cfg)
pytest-sugar==0.9.6
# via jira (setup.cfg)
pytest-timeout==2.1.0
# via jira (setup.cfg)
pytest-xdist==3.0.2
pytest-xdist==3.1.0
# via jira (setup.cfg)
pytz==2022.6
pytz==2022.7.1
# via babel
pywin32-ctypes==0.2.0
# via keyring
pyyaml==6.0
# via jira (setup.cfg)
requests==2.28.1
requests==2.28.2
# via
# jira (setup.cfg)
# requests-futures
Expand Down Expand Up @@ -184,17 +178,17 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.3.2.post1
# via beautifulsoup4
sphinx==5.3.0
sphinx==6.1.3
# via
# furo
# jira (setup.cfg)
# sphinx-basic-ng
# sphinx-copybutton
sphinx-basic-ng==1.0.0b1
# via furo
sphinx-copybutton==0.5.0
sphinx-copybutton==0.5.1
# via jira (setup.cfg)
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
Expand All @@ -206,31 +200,31 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
stack-data==0.6.1
stack-data==0.6.2
# via ipython
tenacity==8.1.0
# via jira (setup.cfg)
termcolor==2.1.0
termcolor==2.2.0
# via pytest-sugar
tomli==2.0.1
# via
# coverage
# pytest
traitlets==5.3.0
traitlets==5.8.1
# via
# ipython
# matplotlib-inline
typing-extensions==4.4.0
# via jira (setup.cfg)
urllib3==1.26.12
urllib3==1.26.14
# via requests
wcwidth==0.2.5
wcwidth==0.2.6
# via prompt-toolkit
wheel==0.38.4
# via jira (setup.cfg)
xmlrunner==1.7.7
# via jira (setup.cfg)
yanc==0.3.3
# via jira (setup.cfg)
zipp==3.8.1
zipp==3.12.0
# via importlib-metadata
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ test =
flaky
MarkupSafe>=0.23
oauthlib
py >= 1.4
pytest-cache
pytest-cov
pytest-instafail
Expand Down

0 comments on commit 16b90f5

Please sign in to comment.