Skip to content

Commit

Permalink
Update requirements.txt to latest versions
Browse files Browse the repository at this point in the history
Latest for Python 3.8 that is.
  • Loading branch information
bmerry committed Jan 15, 2025
1 parent d7f6ac7 commit a610f5f
Showing 1 changed file with 17 additions and 20 deletions.
37 changes: 17 additions & 20 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,60 +4,57 @@
#
# pip-compile requirements.in
#
async-solipsism==0.6
async-solipsism==0.7
# via -r requirements.in
async-timeout==4.0.3
async-timeout==5.0.1
# via -r requirements.in
cfgv==3.4.0
# via pre-commit
coverage[toml]==6.5.0
coverage[toml]==7.6.1
# via pytest-cov
decorator==5.1.1
# via -r requirements.in
distlib==0.3.8
distlib==0.3.9
# via virtualenv
exceptiongroup==1.2.0
exceptiongroup==1.2.2
# via pytest
filelock==3.13.4
filelock==3.16.1
# via virtualenv
identify==2.5.35
identify==2.6.1
# via pre-commit
iniconfig==2.0.0
# via pytest
katcp-codec==0.1.0
# via -r requirements.in
nodeenv==1.8.0
nodeenv==1.9.1
# via pre-commit
packaging==24.0
packaging==24.2
# via pytest
platformdirs==4.2.0
platformdirs==4.3.6
# via virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pre-commit==3.5.0
# via -r requirements.in
pytest==8.1.1
pytest==8.3.4
# via
# -r requirements.in
# pytest-asyncio
# pytest-cov
# pytest-mock
pytest-asyncio==0.23.6
pytest-asyncio==0.24.0
# via -r requirements.in
pytest-cov==5.0.0
# via -r requirements.in
pytest-mock==3.14.0
# via -r requirements.in
pyyaml==6.0.1
pyyaml==6.0.2
# via pre-commit
tomli==2.0.1
tomli==2.2.1
# via
# coverage
# pytest
typing-extensions==4.11.0
typing-extensions==4.12.2
# via -r requirements.in
virtualenv==20.25.1
virtualenv==20.28.1
# via pre-commit

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit a610f5f

Please sign in to comment.