File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11about_resource: virtualenv.pyz
22name: get-virtualenv
3- version: 20.27.1
4- download_url: https://github.com/pypa/get-virtualenv/raw/20.27.1 /public/virtualenv.pyz
3+ version: 20.29.3
4+ download_url: https://github.com/pypa/get-virtualenv/raw/20.29.3 /public/virtualenv.pyz
55description: virtualenv is a tool to create isolated Python environments.
66homepage_url: https://github.com/pypa/virtualenv
77license_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
1010redistribute: yes
1111attribute: yes
1212track_changes: yes
13- package_url: pkg:github/pypa/get-virtualenv@20.27.1 #public/virtualenv.pyz
13+ package_url: pkg:github/pypa/get-virtualenv@20.29.3 #public/virtualenv.pyz
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ include_package_data = true
5050zip_safe = false
5151install_requires =
5252 importlib-metadata ==8.6.1
53- setuptools ==76 .0.0
53+ setuptools ==78 .0.2
5454 # Django related
5555 Django ==5.1.7
5656 django-environ ==0.12.0
@@ -64,7 +64,7 @@ install_requires =
6464 # wait_for_database Django management command
6565 django-probes ==1.7.0
6666 # Task queue
67- rq ==2.1 .0
67+ rq ==2.2 .0
6868 django-rq ==3.0.0
6969 redis ==5.2.1
7070 # WSGI server
@@ -83,7 +83,7 @@ install_requires =
8383 elf-inspector ==0.0.1
8484 go-inspector ==0.5.0
8585 rust-inspector ==0.1.0
86- python-inspector ==0.12 .1
86+ python-inspector ==0.13 .1
8787 source-inspector ==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
8888 aboutcode-toolkit ==11.0.0
8989 # Utilities
@@ -114,10 +114,10 @@ install_requires =
114114[options.extras_require]
115115dev =
116116 # Validation
117- ruff ==0.9.10
117+ ruff ==0.11.2
118118 doc8 ==1.1.2
119119 # Debug
120- django-debug-toolbar ==5.0.1
120+ django-debug-toolbar ==5.1.0
121121 # Documentation
122122 Sphinx ==8.1.3
123123 sphinx-rtd-theme ==3.0.2
You can’t perform that action at this time.
0 commit comments