Skip to content

Commit

Permalink
Upgrade multiple dependencies to their latest versions
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Jun 24, 2024
1 parent 5461cbd commit 371199f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified etc/thirdparty/virtualenv.pyz
Binary file not shown.
6 changes: 3 additions & 3 deletions etc/thirdparty/virtualenv.pyz.ABOUT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
about_resource: virtualenv.pyz
name: get-virtualenv
version: 20.25.1
download_url: https://github.com/pypa/get-virtualenv/raw/20.25.1/public/virtualenv.pyz
version: 20.26.3
download_url: https://github.com/pypa/get-virtualenv/raw/20.26.3/public/virtualenv.pyz
description: virtualenv is a tool to create isolated Python environments.
homepage_url: https://github.com/pypa/virtualenv
license_expression: lgpl-2.1-plus AND (bsd-new OR apache-2.0) AND mit AND python AND bsd-new
Expand All @@ -10,4 +10,4 @@ copyright: Copyright (c) The Python Software Foundation and others
redistribute: yes
attribute: yes
track_changes: yes
package_url: pkg:github/pypa/get-virtualenv@20.25.1#public/virtualenv.pyz
package_url: pkg:github/pypa/get-virtualenv@20.26.3#public/virtualenv.pyz
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ packages=find:
include_package_data = true
zip_safe = false
install_requires =
importlib-metadata==7.1.0
importlib-metadata==7.2.1
setuptools==70.0.0
# Django related
Django==5.0.6
django-environ==0.11.2
django-crispy-forms==2.2
crispy-bootstrap3==2024.1
django-filter==24.2
djangorestframework==3.15.1
djangorestframework==3.15.2
django-taggit==5.0.1
# Database
psycopg[binary]==3.1.19
Expand Down

0 comments on commit 371199f

Please sign in to comment.