Skip to content

Commit 371199f

Browse files
committed
Upgrade multiple dependencies to their latest versions
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 5461cbd commit 371199f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

etc/thirdparty/virtualenv.pyz

1.88 MB
Binary file not shown.

etc/thirdparty/virtualenv.pyz.ABOUT

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
about_resource: virtualenv.pyz
22
name: get-virtualenv
3-
version: 20.25.1
4-
download_url: https://github.com/pypa/get-virtualenv/raw/20.25.1/public/virtualenv.pyz
3+
version: 20.26.3
4+
download_url: https://github.com/pypa/get-virtualenv/raw/20.26.3/public/virtualenv.pyz
55
description: virtualenv is a tool to create isolated Python environments.
66
homepage_url: https://github.com/pypa/virtualenv
77
license_expression: lgpl-2.1-plus AND (bsd-new OR apache-2.0) AND mit AND python AND bsd-new
@@ -10,4 +10,4 @@ copyright: Copyright (c) The Python Software Foundation and others
1010
redistribute: yes
1111
attribute: yes
1212
track_changes: yes
13-
package_url: pkg:github/pypa/get-virtualenv@20.25.1#public/virtualenv.pyz
13+
package_url: pkg:github/pypa/get-virtualenv@20.26.3#public/virtualenv.pyz

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ packages=find:
4949
include_package_data = true
5050
zip_safe = false
5151
install_requires =
52-
importlib-metadata==7.1.0
52+
importlib-metadata==7.2.1
5353
setuptools==70.0.0
5454
# Django related
5555
Django==5.0.6
5656
django-environ==0.11.2
5757
django-crispy-forms==2.2
5858
crispy-bootstrap3==2024.1
5959
django-filter==24.2
60-
djangorestframework==3.15.1
60+
djangorestframework==3.15.2
6161
django-taggit==5.0.1
6262
# Database
6363
psycopg[binary]==3.1.19

0 commit comments

Comments
 (0)