diff options
author | 2024-12-21 14:23:50 +0000 | |
---|---|---|
committer | 2024-12-21 14:29:02 +0000 | |
commit | 9593f56b87bd89305501f6124f537473d93875fc (patch) | |
tree | 454675869b5ab42c2534718558779ef80758294d | |
parent | Bump coverallsapp/github-action (#224) (diff) |
Run make upgrade
I had to upgrade falcon to 4.X for 3.13 windows support, so thought I might as well upgrade all of them
-rw-r--r-- | requirements/coverage.pip | 8 | ||||
-rw-r--r-- | requirements/lint.pip | 21 | ||||
-rw-r--r-- | requirements/pip-tools.pip | 18 | ||||
-rw-r--r-- | requirements/requirements.pip | 30 |
4 files changed, 40 insertions, 37 deletions
diff --git a/requirements/coverage.pip b/requirements/coverage.pip index a665758..6fef2d1 100644 --- a/requirements/coverage.pip +++ b/requirements/coverage.pip @@ -1,8 +1,10 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.13 # by the following command: # # pip-compile --output-file=requirements/coverage.pip requirements/coverage.in # -coverage[toml]==7.4.0 - # via -r requirements/coverage.in +coverage[toml]==7.6.9 + # via + # -r requirements/coverage.in + # coverage diff --git a/requirements/lint.pip b/requirements/lint.pip index b6ac3a6..c885fea 100644 --- a/requirements/lint.pip +++ b/requirements/lint.pip @@ -1,27 +1,24 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.13 # by the following command: # # pip-compile --output-file=requirements/lint.pip requirements/lint.in # cfgv==3.4.0 # via pre-commit -distlib==0.3.8 +distlib==0.3.9 # via virtualenv -filelock==3.13.1 +filelock==3.16.1 # via virtualenv -identify==2.5.33 +identify==2.6.3 # via pre-commit -nodeenv==1.8.0 +nodeenv==1.9.1 # via pre-commit -platformdirs==4.1.0 +platformdirs==4.3.6 # via virtualenv -pre-commit==3.6.0 +pre-commit==4.0.1 # via -r requirements/lint.in -pyyaml==6.0.1 +pyyaml==6.0.2 # via pre-commit -virtualenv==20.25.0 +virtualenv==20.28.0 # via pre-commit - -# The following packages are considered to be unsafe in a requirements file: -# setuptools diff --git a/requirements/pip-tools.pip b/requirements/pip-tools.pip index 53446f3..1948f7d 100644 --- a/requirements/pip-tools.pip +++ b/requirements/pip-tools.pip @@ -1,10 +1,10 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.13 # by the following command: # # pip-compile --output-file=requirements/pip-tools.pip requirements/pip-tools.in # -build==1.0.3 +build==1.2.2.post1 # via pip-tools click==8.1.7 # via pip-tools @@ -12,15 +12,17 @@ colorama==0.4.6 # via # build # click -packaging==23.2 +packaging==24.2 # via - # -c requirements\requirements.pip + # -c C:\Users\chris\src\snekbox\requirements\requirements.pip # build -pip-tools==7.3.0 +pip-tools==7.4.1 # via -r requirements/pip-tools.in -pyproject-hooks==1.0.0 - # via build -wheel==0.42.0 +pyproject-hooks==1.2.0 + # via + # build + # pip-tools +wheel==0.45.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/requirements.pip b/requirements/requirements.pip index b7a28c6..653c263 100644 --- a/requirements/requirements.pip +++ b/requirements/requirements.pip @@ -1,38 +1,40 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.13 # by the following command: # # pip-compile --extra=gunicorn --extra=sentry --output-file=requirements/requirements.pip pyproject.toml # -attrs==23.2.0 +attrs==24.3.0 # via # jsonschema # referencing -certifi==2023.11.17 +certifi==2024.12.14 # via sentry-sdk -falcon==3.1.3 +falcon==4.0.2 # via # sentry-sdk # snekbox (pyproject.toml) -gunicorn==21.2.0 +gunicorn==23.0.0 # via snekbox (pyproject.toml) -jsonschema==4.21.1 +jsonschema==4.23.0 # via snekbox (pyproject.toml) -jsonschema-specifications==2023.12.1 +jsonschema-specifications==2024.10.1 # via jsonschema -packaging==23.2 +packaging==24.2 # via gunicorn -protobuf==4.25.2 +protobuf==5.29.2 # via snekbox (pyproject.toml) -referencing==0.32.1 +referencing==0.35.1 # via # jsonschema # jsonschema-specifications -rpds-py==0.17.1 +rpds-py==0.22.3 # via # jsonschema # referencing -sentry-sdk[falcon]==1.39.2 - # via snekbox (pyproject.toml) -urllib3==2.1.0 +sentry-sdk[falcon]==2.19.2 + # via + # sentry-sdk + # snekbox (pyproject.toml) +urllib3==2.2.3 # via sentry-sdk |