Skip to content

pullrequests Search Results · language:Dune language:Python language:Python language:Java language:Java

Filter by

87.5M results  (2 s)

87.5M results

Bumps cryptography from 47.0.0 to 48.0.1. details summary Changelog /summary p em Sourced from a href= https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst cryptography s changelog /a . /em /p ...
dependencies
python

Unified replay for 0BAB1/HOLY_CORE_COURSE

Bumps gradle/actions from 6.1.0 to 6.1.1. details summary Release notes /summary p em Sourced from a href= https://github.com/gradle/actions/releases gradle/actions s releases /a . /em /p blockquote h2 ...
dependencies
github_actions

Fixes #43250. _venv_scripts_dir() only looked for venv directory, ignoring .venv . Added a loop to check both venv and .venv so Windows users with .venv virtual environments can use hermes update without ...

Bumps cryptography from 48.0.0 to 48.0.1. details summary Changelog /summary p em Sourced from a href= https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst cryptography s changelog /a . /em /p ...
dependencies
python

This pull request introduces comprehensive improvements to the user sign-up flow, focusing on real-time username and email availability checks, enhanced client-side validation, and corresponding backend ...

The gap (backend #765 item 3) `_validate_csv` had opposite error policies for adjacent branches: ```python df[column] = pd.to_numeric(df[column]) # errors=\ raise\ df[column] = pd.to_datetime(df[column], ...