| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
| |
pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md
Co-authored-by: Amrou Bellalouna <[email protected]>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
links
|
| | |
|
| |
|
|
| |
normalized to 120 wide with rewrap vsc ext)
|
| | |
|
| | |
|
| |
|
|
| |
changes and have nice order
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
installing Python on Windows
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| |/ |
|
| |\ |
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [django](https://github.com/django/django) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/4.1.1...4.1.2)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |\ |
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.3 to 2.9.4.
- [Release notes](https://github.com/psycopg/psycopg2/releases)
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits)
---
updated-dependencies:
- dependency-name: psycopg2-binary
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |\ |
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 4.7.0 to 5.0.0.
- [Release notes](https://github.com/pytest-dev/pyfakefs/releases)
- [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md)
- [Commits](https://github.com/pytest-dev/pyfakefs/compare/v4.7.0...v5.0.0)
---
updated-dependencies:
- dependency-name: pyfakefs
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |\
| |
| | |
Add info about working with snekbox 3.11 and metricity on bot
|
| |/ |
|
| |\
| |
| | |
Bump sentry-sdk from 1.9.8 to 1.9.10
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.9.8 to 1.9.10.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/1.9.8...1.9.10)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |\
| |
| | |
Update To 3.10 And Bump Dependencies
|
| | |
| |
| |
| | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Sentry 1.9.9 seems to be highly broken, with issues such as not being
able to install on python 3.9, and more relevantly to this project major
performance slowdowns on certain requests.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |
| |
| |
| |
| |
| |
| | |
The flake8 pre-commit hook was failing due to a configuration error with
the latest pre-commit and flake8 versions.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |
| |
| |
| | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |
| |
| |
| |
| |
| | |
Update outdated and broken dependencies.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The coveralls package has consistently caused issues for us, so it made
sense to switch to something that's a little more decoupled, especially
when it has official support.
Switching is simple, since coverage.py can natively generate the format
used by the coveralls action, and everything else is plug and play.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |
| |
| |
| | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |
| |
| |
| |
| |
| |
| | |
All dependencies and code are already ready for 3.10, all that's
necessary is to update the number.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |
| |
| |
| |
| |
| |
| | |
Remove all unnecessary middleware and return a proper response for
redirects to fix static builds.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Most of these bumps are just locking to exact versions since the
latest version for most packages were already within the allowed
range.
flake8-bandit had to be disabled temporarily as it is currently broken
for the latest version of flake8. The PR fixing the issue is linked,
and it can be re-enabled when a new version is available.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |
| |
| |
| |
| |
| |
| | |
Bump the coverage package to the latest version. This also requires
bumping coveralls.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |/
|
|
|
|
|
|
| |
Updates the versions for all non-dev dependencies, and locks them to
exact versions. This is part of a push for better dependency management
planned by the core-developer team.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |\
| |
| | |
Use a httpx.Client for netlify static builds
|