Skip to content

Commit

Permalink
Bump all dependencies to the latest for testing
Browse files Browse the repository at this point in the history
This required some test changes to keep pytest-asyncio 0.23 happy.
  • Loading branch information
bmerry committed Apr 16, 2024
1 parent d966a35 commit 10c73e9
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 89 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
additional_dependencies: [
'async-timeout==4.0.3',
'katcp-codec==0.1.0b2',
'pytest==7.4.2',
'pytest==8.1.1',
'types-decorator==5.1.1',
'typing-extensions==4.7.1'
'typing-extensions==4.11.0'
]
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ katcpcmd = "aiokatcp.tools.katcpcmd:main"

[project.optional-dependencies]
test = [
"async-solipsism",
"async-solipsism>=0.6",
"pytest",
"pytest-asyncio",
"pytest-asyncio>=0.23",
"pytest-mock",
]
doc = [
Expand Down
36 changes: 18 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile requirements.in
#
async-solipsism==0.5
async-solipsism==0.6
# via -r requirements.in
async-timeout==4.0.3
# via -r requirements.in
certifi==2023.7.22
certifi==2024.2.2
# via requests
cfgv==3.3.1
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
coverage[toml]==6.5.0
# via
Expand All @@ -22,15 +22,15 @@ coveralls==3.3.1
# via -r requirements.in
decorator==5.1.1
# via -r requirements.in
distlib==0.3.7
distlib==0.3.8
# via virtualenv
docopt==0.6.2
# via coveralls
exceptiongroup==1.2.0
# via pytest
filelock==3.12.2
filelock==3.13.4
# via virtualenv
identify==2.5.24
identify==2.5.35
# via pre-commit
idna==3.7
# via requests
Expand All @@ -40,25 +40,25 @@ katcp-codec==0.1.0b2
# via -r requirements.in
nodeenv==1.8.0
# via pre-commit
packaging==23.1
packaging==24.0
# via pytest
platformdirs==3.10.0
platformdirs==4.2.0
# via virtualenv
pluggy==1.2.0
pluggy==1.4.0
# via pytest
pre-commit==2.21.0
pre-commit==3.5.0
# via -r requirements.in
pytest==7.4.2
pytest==8.1.1
# via
# -r requirements.in
# pytest-asyncio
# pytest-cov
# pytest-mock
pytest-asyncio==0.21.1
pytest-asyncio==0.23.6
# via -r requirements.in
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements.in
pytest-mock==3.11.1
pytest-mock==3.14.0
# via -r requirements.in
pyyaml==6.0.1
# via pre-commit
Expand All @@ -68,11 +68,11 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.7.1
typing-extensions==4.11.0
# via -r requirements.in
urllib3==2.0.7
urllib3==2.2.1
# via requests
virtualenv==20.24.5
virtualenv==20.25.1
# via pre-commit

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading

0 comments on commit 10c73e9

Please sign in to comment.