René's URL Explorer Experiment


Title: Bump virtualenv from 20.31.2 to 20.36.1 by dependabot[bot] · Pull Request #443 · python-openapi/openapi-spec-validator · GitHub

Open Graph Title: Bump virtualenv from 20.31.2 to 20.36.1 by dependabot[bot] · Pull Request #443 · python-openapi/openapi-spec-validator

X Title: Bump virtualenv from 20.31.2 to 20.36.1 by dependabot[bot] · Pull Request #443 · python-openapi/openapi-spec-validator

Description: Bumps virtualenv from 20.31.2 to 20.36.1. Release notes Sourced from virtualenv's releases. 20.36.1 What's Changed release 20.36.0 by @​gaborbernat in pypa/virtualenv#3011 fix: resolve TOCTOU vulnerabilities in app_data and lock directory creation by @​gaborbernat in pypa/virtualenv#3013 Full Changelog: pypa/virtualenv@20.36.0...20.36.1 20.36.0 What's Changed release 20.35.3 by @​gaborbernat in pypa/virtualenv#2981 fix: Prevent NameError when accessing _DISTUTILS_PATCH during file ov… by @​gracetyy in pypa/virtualenv#2982 Upgrade pip and fix 3.15 picking old wheel by @​gaborbernat in pypa/virtualenv#2989 release 20.35.4 by @​gaborbernat in pypa/virtualenv#2990 fix: wrong path on migrated venv by @​sk1234567891 in pypa/virtualenv#2996 test_too_many_open_files: assert on errno.EMFILE instead of strerror by @​pltrz in pypa/virtualenv#3001 fix: update filelock dependency version to 3.20.1 to fix CVE CVE-2025-68146 by @​pythonhubdev in pypa/virtualenv#3002 fix: resolve EncodingWarning in tox upgrade environment by @​gaborbernat in pypa/virtualenv#3007 Fix Interpreter discovery bug wrt. Microsoft Store shortcut using Latin-1 by @​rahuldevikar in pypa/virtualenv#3006 Add support for PEP 440 version specifiers in the --python flag. by @​rahuldevikar in pypa/virtualenv#3008 New Contributors @​gracetyy made their first contribution in pypa/virtualenv#2982 @​sk1234567891 made their first contribution in pypa/virtualenv#2996 @​pltrz made their first contribution in pypa/virtualenv#3001 @​pythonhubdev made their first contribution in pypa/virtualenv#3002 @​rahuldevikar made their first contribution in pypa/virtualenv#3006 Full Changelog: pypa/virtualenv@20.35.3...20.36.0 20.35.4 What's Changed release 20.35.3 by @​gaborbernat in pypa/virtualenv#2981 fix: Prevent NameError when accessing _DISTUTILS_PATCH during file ov… by @​gracetyy in pypa/virtualenv#2982 Upgrade pip and fix 3.15 picking old wheel by @​gaborbernat in pypa/virtualenv#2989 New Contributors @​gracetyy made their first contribution in pypa/virtualenv#2982 Full Changelog: pypa/virtualenv@20.35.3...20.35.4 20.35.3 ... (truncated) Changelog Sourced from virtualenv's changelog. v20.36.1 (2026-01-09) Bugfixes - 20.36.1 - Fix TOCTOU vulnerabilities in app_data and lock directory creation that could be exploited via symlink attacks - reported by :user:`tsigouris007`, fixed by :user:`gaborbernat`. (:issue:`3013`) v20.36.0 (2026-01-07) Features - 20.36.0 Add support for PEP 440 version specifiers in the --python flag. Users can now specify Python versions using operators like >=, <=, ~=, etc. For example: virtualenv --python=">=3.12" myenv . (:issue:2994`) v20.35.4 (2025-10-28) Bugfixes - 20.35.4 - Fix race condition in ``_virtualenv.py`` when file is overwritten during import, preventing ``NameError`` when ``_DISTUTILS_PATCH`` is accessed - by :user:`gracetyy`. (:issue:`2969`) - Upgrade embedded wheels: pip to 25.3 from 25.2 (:issue:2989) v20.35.3 (2025-10-10) Bugfixes - 20.35.3 Accept RuntimeError in test_too_many_open_files, by :user:esafak (:issue:2935) v20.35.2 (2025-10-10) Bugfixes - 20.35.2 - Revert out changes related to the extraction of the discovery module - by :user:`gaborbernat`. (:issue:`2978`) v20.35.1 (2025-10-09) Bugfixes - 20.35.1 Patch get_interpreter to handle missing cache and app_data - by :user:esafak (:issue:2972) Fix backwards incompatible changes to PythonInfo - by :user:gaborbernat. (:issue:2975) v20.35.0 (2025-10-08) Features - 20.35.0 ... (truncated) Commits d0ad11d release 20.36.1 dec4cec Merge pull request #3013 from gaborbernat/fix-sec 5fe5d38 release 20.36.0 (#3011) 9719376 release 20.36.0 0276db6 Add support for PEP 440 version specifiers in the --python flag. (#3008) 4f900c2 Fix Interpreter discovery bug wrt. Microsoft Store shortcut using Latin-1 (#3... 13afcc6 fix: resolve EncodingWarning in tox upgrade environment (#3007) 31b5d31 [pre-commit.ci] pre-commit autoupdate (#2997) 7c28422 fix: update filelock dependency version to 3.20.1 to fix CVE CVE-2025-68146 (... 365628c test_too_many_open_files: assert on errno.EMFILE instead of strerror (#3001) Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps virtualenv from 20.31.2 to 20.36.1. Release notes Sourced from virtualenv's releases. 20.36.1 What's Changed release 20.36.0 by @​gaborbernat in pypa/virtualenv#3011 fix: resolve ...

X Description: Bumps virtualenv from 20.31.2 to 20.36.1. Release notes Sourced from virtualenv&#39;s releases. 20.36.1 What&#39;s Changed release 20.36.0 by @​gaborbernat in pypa/virtualenv#3011 fix: ...

Opengraph URL: https://github.com/python-openapi/openapi-spec-validator/pull/443

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:71516121-6e9d-f09e-748e-581736f24011
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idB25A:209C5F:2A5C479:3ADD8FD:6977AB7D
html-safe-nonce312bbb8602a1d8a3f82e4fcef038ca582a0bb3c247fa2ab26d85102c4c8da87d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMjVBOjIwOUM1RjoyQTVDNDc5OjNBREQ4RkQ6Njk3N0FCN0QiLCJ2aXNpdG9yX2lkIjoiODg2MTM0ODMzNDcxMTMxOTQyMSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac9420395f59c8c0cecc6c2690a47f98769acfe4212c089f3097eebe065ac83417
hovercard-subject-tagpull_request:3171082268
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python-openapi/openapi-spec-validator/pull/443/checks
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps virtualenv from 20.31.2 to 20.36.1. Release notes Sourced from virtualenv's releases. 20.36.1 What's Changed release 20.36.0 by @​gaborbernat in pypa/virtualenv#3011 fix: resolve ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonee8b91803a5fc7ac066710509c57c636dab6ed4620bd9213b470a4617c79989c9
turbo-cache-controlno-preview
go-importgithub.com/python-openapi/openapi-spec-validator git https://github.com/python-openapi/openapi-spec-validator.git
octolytics-dimension-user_id126442889
octolytics-dimension-user_loginpython-openapi
octolytics-dimension-repository_id102581313
octolytics-dimension-repository_nwopython-openapi/openapi-spec-validator
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id102581313
octolytics-dimension-repository_network_root_nwopython-openapi/openapi-spec-validator
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9b4562e3c5c60b38349a7d80ec8e160c11fe84b6
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/pull/443/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-openapi%2Fopenapi-spec-validator%2Fpull%2F443%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-openapi%2Fopenapi-spec-validator%2Fpull%2F443%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=python-openapi%2Fopenapi-spec-validator
Reloadhttps://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/pull/443/checks
Reloadhttps://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/pull/443/checks
Reloadhttps://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/pull/443/checks
python-openapi https://patch-diff.githubusercontent.com/python-openapi
openapi-spec-validatorhttps://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator
Please reload this pagehttps://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/pull/443/checks
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-openapi%2Fopenapi-spec-validator
Fork 71 https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-openapi%2Fopenapi-spec-validator
Star 385 https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-openapi%2Fopenapi-spec-validator
Code https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator
Issues 46 https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/issues
Pull requests 9 https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/pulls
Discussions https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/discussions
Actions https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions
Projects 0 https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/projects
Security 0 https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/security
Insights https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/pulse
Code https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator
Issues https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/issues
Pull requests https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/pulls
Discussions https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/discussions
Actions https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions
Projects https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/projects
Security https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/security
Insights https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fpython-openapi%2Fopenapi-spec-validator%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fpython-openapi%2Fopenapi-spec-validator%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/tree/master
dependabot/pip/virtualenv-20.36.1https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/tree/dependabot/pip/virtualenv-20.36.1
Conversation 0 https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/pull/443
Commits 1 https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/pull/443/commits
Checks 22 https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/pull/443/checks
Files changed https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/pull/443/files
Please reload this pagehttps://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/pull/443/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/pull/443/checks
Bump virtualenv from 20.31.2 to 20.36.1 https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/pull/443/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/pull/443/checks
Build documentation on: push https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970720846
build https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970720846/job/60273044532?pr=443
Test python code on: push https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970720861
Tests (3.9, windows-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970720861/job/60273044434?pr=443
Tests (3.9, ubuntu-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970720861/job/60273044473?pr=443
Tests (3.10, windows-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970720861/job/60273044453?pr=443
Tests (3.10, ubuntu-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970720861/job/60273044433?pr=443
Tests (3.11, windows-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970720861/job/60273044447?pr=443
Tests (3.11, ubuntu-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970720861/job/60273044486?pr=443
Tests (3.12, windows-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970720861/job/60273044476?pr=443
Tests (3.12, ubuntu-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970720861/job/60273044477?pr=443
Tests (3.13, windows-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970720861/job/60273044491?pr=443
Tests (3.13, ubuntu-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970720861/job/60273044456?pr=443
Test python code on: pull_request https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970721922
Tests (3.9, windows-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970721922/job/60273047995?pr=443
Tests (3.9, ubuntu-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970721922/job/60273047987?pr=443
Tests (3.10, windows-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970721922/job/60273048068?pr=443
Tests (3.10, ubuntu-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970721922/job/60273048022?pr=443
Tests (3.11, windows-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970721922/job/60273048037?pr=443
Tests (3.11, ubuntu-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970721922/job/60273048018?pr=443
Tests (3.12, windows-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970721922/job/60273048042?pr=443
Tests (3.12, ubuntu-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970721922/job/60273048052?pr=443
Tests (3.13, windows-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970721922/job/60273048128?pr=443
Tests (3.13, ubuntu-latest) https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970721922/job/60273047997?pr=443
Build documentation on: pull_request https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970721926
build https://patch-diff.githubusercontent.com/python-openapi/openapi-spec-validator/actions/runs/20970721926/job/60273047864?pr=443
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.