Skip to content

Commit

Permalink
Merge pull request #116 from gforcada/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
gforcada committed Nov 1, 2023
2 parents b2649c3 + fa93a83 commit ef3335f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.12.0-beta.2", "3.11", "3.10", 3.9, 3.8, pypy-3.9]
python-version: ["3.12", "3.11", "3.10", 3.9, 3.8, pypy-3.9]
os: ["ubuntu-22.04"]
include:
- os: "ubuntu-latest"
Expand Down
32 changes: 16 additions & 16 deletions requirements-lint.txt
Expand Up @@ -8,15 +8,15 @@ attrs==23.1.0
# via flake8-bugbear
bandit==1.7.5
# via -r requirements-lint.in
black==23.9.1
black==23.10.1
# via -r requirements-lint.in
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via black
codespell==2.2.5
codespell==2.2.6
# via -r requirements-lint.in
coverage[toml]==6.5.0
# via
Expand All @@ -40,13 +40,13 @@ flake8==6.1.0
# flake8-quotes
flake8-blind-except==0.2.1
# via -r requirements-lint.in
flake8-bugbear==23.7.10
flake8-bugbear==23.9.16
# via -r requirements-lint.in
flake8-comprehensions==3.14.0
# via -r requirements-lint.in
flake8-debugger==4.1.2
# via -r requirements-lint.in
flake8-deprecated==2.0.1
flake8-deprecated==2.1.0
# via -r requirements-lint.in
flake8-isort==6.1.0
# via -r requirements-lint.in
Expand All @@ -58,9 +58,9 @@ flake8-quotes==3.3.2
# via -r requirements-lint.in
flake8-todo==0.7
# via -r requirements-lint.in
gitdb==4.0.10
gitdb==4.0.11
# via gitpython
gitpython==3.1.36
gitpython==3.1.40
# via bandit
idna==3.4
# via requests
Expand All @@ -78,19 +78,19 @@ mdurl==0.1.2
# via markdown-it-py
mypy-extensions==1.0.0
# via black
packaging==23.1
packaging==23.2
# via
# black
# pytest
pathspec==0.11.2
# via black
pbr==5.11.1
# via stevedore
platformdirs==3.10.0
platformdirs==3.11.0
# via black
pluggy==1.3.0
# via pytest
pycodestyle==2.11.0
pycodestyle==2.11.1
# via
# flake8
# flake8-debugger
Expand All @@ -100,21 +100,21 @@ pyflakes==3.1.0
# via flake8
pygments==2.16.1
# via rich
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements-lint.in
# pytest-cov
pytest-cov==4.1.0
# via -r requirements-lint.in
pyupgrade==3.11.0
pyupgrade==3.15.0
# via -r requirements-lint.in
pyyaml==6.0.1
# via bandit
requests==2.31.0
# via coveralls
rich==13.5.2
rich==13.6.0
# via bandit
smmap==5.0.0
smmap==5.0.1
# via gitdb
stevedore==5.1.0
# via bandit
Expand All @@ -125,9 +125,9 @@ tomli==2.0.1
# black
# coverage
# pytest
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# black
# rich
urllib3==2.0.4
urllib3==2.0.7
# via requests
10 changes: 5 additions & 5 deletions requirements.txt
Expand Up @@ -6,7 +6,7 @@
#
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
coverage[toml]==6.5.0
# via
Expand All @@ -26,15 +26,15 @@ iniconfig==2.0.0
# via pytest
mccabe==0.7.0
# via flake8
packaging==23.1
packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
pycodestyle==2.11.0
pycodestyle==2.11.1
# via flake8
pyflakes==3.1.0
# via flake8
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements.in
# pytest-cov
Expand All @@ -46,5 +46,5 @@ tomli==2.0.1
# via
# coverage
# pytest
urllib3==2.0.4
urllib3==2.0.7
# via requests

0 comments on commit ef3335f

Please sign in to comment.