Skip to content

Commit

Permalink
Update pip and setuptools used in deploying application
Browse files Browse the repository at this point in the history
  • Loading branch information
asset-web committed Jan 10, 2024
1 parent 342c94e commit 375646d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
'github.com',)

# Tools not handled by pip-tools and/or requirements installs using pip
# Also update tests/run-django-tests.sh
PIP_VERSION = '23.3.1'
SETUPTOOLS_VERSION = '68.2.2'
# Also update tests/build-test-env.sh
PIP_VERSION = '23.3.2'
SETUPTOOLS_VERSION = '69.0.3'
PIP_TOOLS_VERSION = '7.3.0'


Expand Down

0 comments on commit 375646d

Please sign in to comment.