Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bringing in latest from upstream repo #40

Merged
merged 57 commits into from
Mar 7, 2024
Merged
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
1e1b189
Remove py3.7 (#234)
yurushao Jun 9, 2023
6f02f6e
Bump cryptography from 39.0.2 to 41.0.1 (#260)
dependabot[bot] Jun 9, 2023
013c0d1
Bump tox from 3.25.0 to 4.6.0 (#262)
dependabot[bot] Jun 9, 2023
95f5c35
Bump fakeredis from 1.7.5 to 2.14.1 (#263)
dependabot[bot] Jun 9, 2023
147bdf3
Bump flask from 2.1.2 to 2.3.2 (#250)
dependabot[bot] Jun 9, 2023
6fec10e
Bump pytest from 7.1.2 to 7.3.1 (#243)
dependabot[bot] Jun 9, 2023
a34aaf8
Bump redis from 4.5.3 to 4.5.5 (#253)
dependabot[bot] Jun 9, 2023
5725b0d
Bump coverage from 6.4.1 to 7.2.7 (#267)
dependabot[bot] Jun 12, 2023
4c118cf
Bump pytest-cov from 3.0.0 to 4.1.0 (#266)
dependabot[bot] Jun 12, 2023
9d68d6b
Bump actions/checkout from 3 to 4 (#282)
dependabot[bot] Sep 25, 2023
31ae18d
[Snyk] Security upgrade cryptography from 41.0.1 to 41.0.4 (#284)
devinlundberg Sep 25, 2023
f3edccd
Bump tox from 4.6.0 to 4.11.3 (#287)
dependabot[bot] Sep 26, 2023
03bf76f
Bump fakeredis from 2.14.1 to 2.20.0
dependabot[bot] Oct 23, 2023
c4d6074
Merge pull request #292 from pinterest/dependabot/pip/fakeredis-2.20.0
xia0pin9 Oct 23, 2023
1a9824d
Bump redis from 4.5.5 to 5.0.1
dependabot[bot] Oct 23, 2023
6a10fd3
Merge pull request #289 from pinterest/dependabot/pip/redis-5.0.1
xia0pin9 Oct 23, 2023
99028bf
Install deps from requirements.txt (#303)
yurushao Dec 1, 2023
baa921f
Prepare 1.6.1 release (#304)
yurushao Dec 2, 2023
8103cb4
Bump version: 1.6.0 → 1.6.1 (#305)
yurushao Dec 2, 2023
ae27473
Use urllib.parse for quoting/unquoting plus instead of deprecated wer…
vin01 Dec 2, 2023
fd27ab7
Bump actions/setup-python from 4 to 5 (#306)
dependabot[bot] Dec 22, 2023
b53ceed
Bump github/codeql-action from 2 to 3 (#309)
dependabot[bot] Dec 22, 2023
b66b1e1
Bump werkzeug from 2.3.3 to 3.0.1 (#295)
dependabot[bot] Dec 22, 2023
7db0be7
Bump flask from 2.3.2 to 3.0.0 (#294)
dependabot[bot] Dec 22, 2023
3871c39
Bump pytest from 7.3.1 to 7.4.4
dependabot[bot] Jan 1, 2024
a8e4312
Bump version: 1.6.1 → 1.6.2 (#311)
yurushao Jan 3, 2024
29ce62b
Merge pull request #314 from pinterest/dependabot/pip/pytest-7.4.4
xia0pin9 Jan 3, 2024
6798a26
Bump freezegun from 1.2.1 to 1.4.0
dependabot[bot] Jan 3, 2024
564a29d
Merge pull request #312 from pinterest/dependabot/pip/freezegun-1.4.0
xia0pin9 Jan 3, 2024
d8c05a9
Bump flake8 from 6.0.0 to 7.0.0
dependabot[bot] Jan 5, 2024
74ded41
Merge pull request #315 from pinterest/dependabot/pip/flake8-7.0.0
xia0pin9 Jan 5, 2024
455db36
Add health check endpoint (#329)
yurushao Feb 3, 2024
6d294c6
add i18n to Snappass
systeembeheerder Feb 14, 2024
62a6290
Bump fakeredis from 2.20.0 to 2.21.1
dependabot[bot] Feb 16, 2024
6d17603
remove import of flask, g
systeembeheerder Feb 16, 2024
d178664
Add empty translations for de and es
systeembeheerder Feb 16, 2024
49de2bc
Bump cryptography from 41.0.4 to 42.0.3
dependabot[bot] Feb 19, 2024
28c396e
Add German Translation
systeembeheerder Feb 19, 2024
fcfc1b0
Merge pull request #331 from pinterest/dependabot/pip/fakeredis-2.21.1
xia0pin9 Feb 20, 2024
e0b8245
Bump pytest from 7.4.4 to 8.0.1
dependabot[bot] Feb 20, 2024
0084d85
Merge pull request #332 from pinterest/dependabot/pip/cryptography-42…
xia0pin9 Feb 20, 2024
f551b73
Merge pull request #334 from pinterest/dependabot/pip/pytest-8.0.1
xia0pin9 Feb 20, 2024
3cba966
Bump coverage from 7.2.7 to 7.4.2
dependabot[bot] Feb 20, 2024
82c345c
Merge pull request #335 from pinterest/dependabot/pip/coverage-7.4.2
xia0pin9 Feb 20, 2024
ba67b42
Bump tox from 4.11.3 to 4.13.0
dependabot[bot] Feb 20, 2024
415d5ee
Merge pull request #333 from pinterest/dependabot/pip/tox-4.13.0
xia0pin9 Feb 21, 2024
9fdddab
fix missing bracket
systeembeheerder Feb 21, 2024
4fffb9c
restore extra spaces
systeembeheerder Feb 22, 2024
114b5af
Add Spanish and fixup NL&DE
systeembeheerder Feb 22, 2024
106ac26
TIL flake8 :)
systeembeheerder Feb 23, 2024
2b108d3
Merge pull request #330 from systeembeheerder/i18n
xia0pin9 Feb 23, 2024
5d37e45
Bump actions/cache from 3 to 4 (#320)
dependabot[bot] Feb 23, 2024
04f9402
Bump jinja2 from 3.1.2 to 3.1.3 (#336)
dependabot[bot] Feb 23, 2024
dc321ef
add /api endpoint for automated flows (#316)
reinoud Feb 26, 2024
838cdf6
Bump pytest from 8.0.1 to 8.1.0
dependabot[bot] Mar 4, 2024
9c233c0
Merge pull request #339 from pinterest/dependabot/pip/pytest-8.1.0
xia0pin9 Mar 4, 2024
0caa06f
Merge branch 'master' of https://github.com/pinterest/snappass into l…
silverl Mar 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump tox from 4.6.0 to 4.11.3 (pinterest#287)
Bumps [tox](https://github.com/tox-dev/tox) from 4.6.0 to 4.11.3.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.6.0...4.11.3)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
commit f3edccdd1ff4823c719945f844b284b4af2339f4
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -4,4 +4,4 @@ flake8==6.0.0
freezegun==1.2.1
pytest==7.3.1
pytest-cov==4.1.0
tox==4.6.0
tox==4.11.3