diff options
| author | 2024-12-21 14:23:50 +0000 | |
|---|---|---|
| committer | 2024-12-21 14:29:02 +0000 | |
| commit | 9593f56b87bd89305501f6124f537473d93875fc (patch) | |
| tree | 454675869b5ab42c2534718558779ef80758294d /requirements/pip-tools.pip | |
| 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
Diffstat (limited to 'requirements/pip-tools.pip')
| -rw-r--r-- | requirements/pip-tools.pip | 18 | 
1 files changed, 10 insertions, 8 deletions
| 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: | 
